mcp.json 271 B

123456789101112131415
  1. {
  2. "mcpServers": {
  3. "openapi": {
  4. "command": "npx",
  5. "args": [
  6. "-y",
  7. "mcp-openapi-schema-explorer@latest",
  8. "https://pre-136-107-template-6.r.d8d.fun/doc",
  9. "--output-format",
  10. "json"
  11. ],
  12. "env": {}
  13. }
  14. }
  15. }