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
In the usage section of the docs it is advised to add MCP server's description to files like AGENTS.md (or equivalent for other clients, e.g. Cursor Rules or CLAUDE.md) to let the LLM know about the MCP and its tools.
But for example in Cursor (and in a few other clients too I believe), all the context is already available:
Because you already include the description of tools/resourses in the MCP's schemas:
I guess it'd be more appropriate to advice pasting that description only for the clients that do not automatically retrieve descriptions of tools? Because LLM's performance decreases as the context is filled.