-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[bug] MCP example outdated #2032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
maybe it's a bad idea to embed MCP examples/docs in Roo's codebase? better to download/setup a tool project with deps' doc and instruct Roo to read the latest stuff? |
@complyue usually when you ask Roo to add/create an MCP server it should first fetch the instructions for |
@cannuri I think Roo has fetched instructions at: https://github.com/RooVetGit/Roo-Code/blob/main/src/core/prompts/instructions/create-mcp-server.ts That's why I assume the instructions are hard-coded by far and tend to out-date. |
@complyue Well not directly. The instructions will get fetched once Roo recognizes that they are needed (to save tokens in the system prompt). Please try the following Having "Enable MCP Server Creation" enabled add Could you please test and confirm? |
I did exactly that, Roo would create code following the example at https://github.com/RooVetGit/Roo-Code/blob/main/src/core/prompts/instructions/create-mcp-server.ts and doesn't compile due to mismatching latest mcp sdk interface. |
I'll take a look at this, should be an easy fix |
Which version of the app are you using?
3.10.5
Which API Provider are you using?
OpenAI Compatible
Which Model are you using?
deepseek-r1
What happened?
can not write a working tool
Steps to reproduce
instruct it to finish the tool writing and done.
Relevant API REQUEST output
Additional context
No response
The text was updated successfully, but these errors were encountered: