From 5ed9908881bd0d0c17e8adaf3dc6a80c27045290 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 15 Jun 2025 19:28:27 +0700 Subject: [PATCH] Update docs/src/pages/docs/mcp.mdx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- docs/src/pages/docs/mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.