CursorPool
← 返回首页

mcp-swagger-to-ts

7

面向 Cursor 的 mcp-swagger-to-ts 插件。

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}"
}