mcp.json 155 B

123456789
  1. {
  2. "servers": {
  3. "json-render": {
  4. "type": "stdio",
  5. "command": "npx",
  6. "args": ["tsx", "examples/mcp/server.ts", "--stdio"]
  7. }
  8. }
  9. }