Open Issues Need Help
View All on GitHub Add Pre and Post Tool Execution Hooks about 1 month ago
enhancement good first issue
njayp/ophis
37
Transform any Cobra CLI into an MCP server
Go
#cli#cobra#cobra-cli#go#golang#golang-library#mcp#mcp-server#open-source
Migrate to official go-sdk about 1 month ago
help wanted
njayp/ophis
37
Transform any Cobra CLI into an MCP server
Go
#cli#cobra#cobra-cli#go#golang#golang-library#mcp#mcp-server#open-source
Add per-command handler configuration support 2 months ago
AI Summary: The issue proposes enhancing the `Generator` to support per-command handler configuration, moving away from a single global handler. This allows users to assign specialized handlers (e.g., for image manipulation) to specific command paths, eliminating the need for complex internal switching logic within a single handler. The solution involves adding a configurable handler map to the `Generator`.
Complexity:
2/5
help wanted question
njayp/ophis
37
Transform any Cobra CLI into an MCP server
Go
#cli#cobra#cobra-cli#go#golang#golang-library#mcp#mcp-server#open-source