.mcp.json 208 B

1234567891011
  1. {
  2. "mcpServers": {
  3. "code-mode": {
  4. "command": "npx",
  5. "args": ["-y", "@utcp/code-mode-mcp"],
  6. "env": {
  7. "UTCP_CONFIG_FILE": "/workspace/growi/.utcp_config.json"
  8. }
  9. }
  10. }
  11. }