Prerequisites
Please answer the following questions for yourself before submitting an issue.
Current Behavior
The MCP server is difficult to use. Most MCP servers can be run by a command-line tool like uvx or npx. In contrast, CAPE's MCP server requires you to:
- Clone the repository
- Edit the config to enable tools because they are off by default
- Install the prereqs using poetry
It would be nice if the MCP server was a separate entity that is perhaps listed on PyPI, and doesn't require a config other than an environment variable. I am happy to implement this if there is a consensus. (I will likely implement it regardless because the current procedure for clients is too heavyweight!)
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Current Behavior
The MCP server is difficult to use. Most MCP servers can be run by a command-line tool like
uvxornpx. In contrast, CAPE's MCP server requires you to:It would be nice if the MCP server was a separate entity that is perhaps listed on PyPI, and doesn't require a config other than an environment variable. I am happy to implement this if there is a consensus. (I will likely implement it regardless because the current procedure for clients is too heavyweight!)