Turkce surum: docs/tr/usage.md
export MCP_GITPRO_GITHUB_TOKEN=YOUR_GITHUB_TOKEN
node ./dist/index.js --config ./mcp-gitpro.config.jsonsrc/index.ts loads config, builds the MCP runtime, creates the tool set, and starts a stdio server.
The published package exposes mcp-gitpro through bin/cli.js. The CLI imports dist/index.js, forwards CLI arguments, and writes fatal errors to stderr as JSON.
Runtime config comes from:
- built-in defaults
mcp-gitpro.config.jsonMCP_GITPRO_*environment variables- CLI flags handled by
mcpbase
The tool registry contains 10 tools across these toolsets:
contextrepossearchissuespull_requestsactions
Read-only mode removes write-capable tools from the registered list before the server exposes them.
Last updated: 2026-03-10