diff --git a/docs/src/pages/docs/mcp.mdx b/docs/src/pages/docs/mcp.mdx index b8fe12464..4bd926c35 100644 --- a/docs/src/pages/docs/mcp.mdx +++ b/docs/src/pages/docs/mcp.mdx @@ -66,7 +66,7 @@ tool individually. established. Users should be aware of potential issues like prompt injection, where an input could be crafted to misuse a tool's capabilities. * **Resource Management:** Active MCP connections may consume a portion of a model's context window, which could -affect performance (i.e., the more tools the model and the larger the context of the conversationhas the longer +affect performance (i.e., the more tools the model and the larger the context of the conversation has the longer you will need to wait for a response). Efficient management of tools and their outputs is important.