Tool comparison
Each tool targets a different point in the development cycle, and the choice depends on how much of the workflow needs to run through an editor versus a script:
AI-assisted development plugs gcore-fastedge into Claude Code, Codex, or Cursor, so a plain-language request scaffolds, builds, and deploys an application through the bundled MCP server.
The FastEdge extension compiles and runs an application locally inside VS Code, with a bundled debugger and request panel for inspecting responses without leaving the editor.
Test framework runs the same compiled binaries in Node.js: headless suites for CI, or the same browser debugger the VS Code extension bundles.
Source code and issues for gcore-fastedge and FastEdge-mcp-server are in the same GitHub organization as FastEdge-vscode and FastEdge-test.