mcp.json 136 B

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