- Add cmd/lib.go with registerCommands() function that registers all 42 MCP tools across 8 categories: issues, labels, milestones, releases, pull requests, repositories, wiki pages, and actions - Complete stdio.go implementation with full MCP server setup: * Create MCP server with proper metadata and options * Initialize Forgejo SDK client with authentication * Register all tools using the new registerCommands function * Start server with stdio transport The server now supports all planned Forgejo operations through MCP protocol. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| lib.go | ||
| root.go | ||
| stdio.go | ||