Replies: 2 comments 4 replies
-
With the second option "Provide each server and each tool in the server as tools like |
Beta Was this translation helpful? Give feedback.
2 replies
-
Would it be possible to have both? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I need your opinion with a design decision with regard to MCP Hub and CodeCompanion
Currently we add MCP abilities to CodeCompanion using
@mcp
tool group which hasuse_mcp_tool
andaccess_mcp_resource
tools. We then add the running MCP Servers with their tools, resources to the system prompt.With the current approach, there are situations where some models get confused between the
use_mcp_tool
and actual tool of an MCP server and responds with tool call where the name of the tool called is notuse_mcp_tool
but e.gget_issues
a tool from github MCP server. Although this is model specific and not that common, I am wondering how many of you are encountering this issue. So I am thinking of providing each MCP server as well as each tool in a MCP Server as an individual tools just like how we currently have the resources as variables and prompts as slash_commands.Are there any one who wants each server or each tool of a MCP Server available as individual tool like for example if we have
github
,tavily
MCP servers running in the hub11 votes ·
Beta Was this translation helpful? Give feedback.
All reactions