forgejo-mcp/cmd
Ronmi Ren defa33e361 Complete MCP server implementation with all tool registrations
- 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>
2025-08-05 13:57:08 +08:00
..
lib.go Complete MCP server implementation with all tool registrations 2025-08-05 13:57:08 +08:00
root.go create basic cli entry 2025-08-03 23:06:43 +08:00
stdio.go Complete MCP server implementation with all tool registrations 2025-08-05 13:57:08 +08:00