VS Code supports MCP servers for Copilot coding agents (workspace or user scope).
Copy mcp.json into your repo:
mkdir -p .vscode
cp mcp.json .vscode/mcp.jsonReload the window (Developer: Reload Window) if MCP tools do not show up.
Merge the continuewith block from ../mcp.json into your VS Code MCP configuration (same mcpServers shape as Cursor).
VS Code agent skills vary by setup. Prefer MCP tools, or paste skill markdown from ../skills/ into your project's agent instructions.
npx continuewith@latest add
npx continuewith@latest verify