You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing MCP server (here a basic weather example) and asking pretty directly the chat to use the MCP tools, tools are not called at all.
To reproduce
Apply the provided MCP server configuration and make sure to use AWS Bedrock as a chat model, with an Anthropic tool-use compatible model like Sonnet 3.5
Make sure the MCP tools are appearing in the extension in the MCP servers tab and in the tools tab. In my case, you should have getAlert and getWeather tools
Start a new chat, in chat mode, and ask Tomorrow's weather in Palo Alto? (as suggested by the MCP server author)
The chat does not use or asks to use the weather tool
The LLM answers it doesn't know
Also, I don't know if it's normal, but tools do not appear as context providers when typing @ into the chat.
Log output
The text was updated successfully, but these errors were encountered:
@maximelebastard are you in Chat mode rather than Agent by any chance? We're updating the UI to make this more clear soon, but let me know if that's the case.
The docs indicate that MCP servers should show up in the @ context menu but they do not, even though the servers list as healthy and running (green icon) and the tool use is populated to reflect the MCP server capabilities.
Any guidance of whether this is simple a model limitation of the model I'm using would be appreciated.
@maximelebastard are you in Chat mode rather than Agent by any chance? We're updating the UI to make this more clear soon, but let me know if that's the case.
I'm indeed in chat mode
So MCP servers are only compatible with Agent Mode ? Is it a permanent limitation ?
Before submitting your bug report
Relevant environment info
Description
When providing MCP server (here a basic weather example) and asking pretty directly the chat to use the MCP tools, tools are not called at all.
To reproduce
Tomorrow's weather in Palo Alto?
(as suggested by the MCP server author)Also, I don't know if it's normal, but tools do not appear as context providers when typing
@
into the chat.Log output
The text was updated successfully, but these errors were encountered: