MCPSwagger OpenAPI 转 TypeScript
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
{
"command": "bun",
"args": [
"src/index.ts"
],
"cwd": "${workspaceFolder}"
}MCPJSON 示例转 TS
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
{
"command": "bun",
"args": [
"server.ts"
],
"cwd": "${workspaceFolder}"
}