.mcp-gogs.json 180 B

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