@gogd-core/ggd-mcp
v0.2.0
Published
GGD MCP Server — exposes ggd CLI tools via Model Context Protocol
Readme
@gogd-core/ggd-mcp
GGD MCP Server — exposes ggd CLI tools via Model Context Protocol.
Usage
{
"mcpServers": {
"ggd-mcp": {
"type": "stdio",
"command": "npx",
"args": ["@gogd-core/ggd-mcp"]
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| ggd_env_use | Switch to a named environment |
| ggd_run | Execute a shell command with exit code propagation |
| ggd_rsh | Safe git reset --hard to origin with uncommitted changes warning |
| ggd_mt | Merge current branch into a target branch |
| ggd_jenkins_setup | Configure Jenkins connection (preset or manual) |
| ggd_jenkins_build | Trigger a Jenkins build for a configured target |
| ggd_jenkins_config | Show current Jenkins configuration |
License
MIT
