Open Issues Need Help
View All on GitHubTransform any Cobra CLI into an MCP server
AI Summary: The project Ophis currently uses an unofficial Go library for Model Context Protocol (MCP) server interactions. An official Go SDK for MCP is now available, albeit in an early `v0.0.x` version. The issue proposes migrating Ophis to use this new official SDK.
Transform any Cobra CLI into an MCP server
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`.
Transform any Cobra CLI into an MCP server