Skip to content

vscode-api2ai 0.0.2

Pre-release
Pre-release

Choose a tag to compare

@annettedorothea annettedorothea released this 29 May 20:54
· 78 commits to main since this release

vscode-api2ai 0.0.2

Cursor/VS Code extension for the .api2ai DSL (OpenAPI → MCP tools).

Highlights

  • Extension 0.0.2 with embedded CLI fixes (esbuild external for auth-stub compilation in the VSIX bundle).
  • Demo Cursor rules: MCP-only usage (mcp-api2ai-only) and env/auth policy (api2ai-env-auth-policy).
  • @core2ai/core pinned to v0.0.4 (MCP host env refresh on tool calls).
  • Workspace * links for api-2-ai-dsl-language to avoid npm registry resolution in the monorepo.

Install

Download vscode-api2ai-0.0.2.vsix from this release, then in Cursor: Extensions → Install from VSIX….

Demo workspace

  1. Command Palette → api2ai: Create demo workspace (MCP examples)
  2. npm install and npm run generate:all in the demo folder
  3. Copy .env.example.env.local, enable MCP servers in Cursor settings

See README for details.