mcp-config-default.json 158 B

12345678910
  1. {
  2. "mcpServers": {
  3. "gogs": {
  4. "type": "stdio",
  5. "command": "node",
  6. "args": ["/data/gogs-mcp/dist/index.js"],
  7. "env": {}
  8. }
  9. }
  10. }