vscode-api2ai 0.0.2
Pre-release
Pre-release
·
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/corepinned to v0.0.4 (MCP host env refresh on tool calls).- Workspace
*links forapi-2-ai-dsl-languageto 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
- Command Palette → api2ai: Create demo workspace (MCP examples)
npm installandnpm run generate:allin the demo folder- Copy
.env.example→.env.local, enable MCP servers in Cursor settings
See README for details.