From bf6e7f20fba8c46f43456ce373710b2535ab7eba Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:05:44 +0000 Subject: [PATCH] Rename 'Query docs filesystem' to 'Query filesystem' in MCP docs Generated-By: mintlify-agent --- ai/model-context-protocol.mdx | 6 +++--- changelog.mdx | 2 +- zh/ai/model-context-protocol.mdx | 8 ++++---- zh/changelog.mdx | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 7ac5745ee..ea1121fc3 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -29,9 +29,9 @@ When an AI application connects to your documentation MCP server, it can search Your MCP server provides two tools that agents can use: - **Search**: Searches across your documentation to find relevant content, returning snippets with titles and links. Use this to discover information or find pages matching a query. -- **Query docs filesystem**: Reads and navigates your documentation's virtual filesystem using shell-style commands. Use this to retrieve page content, browse the docs structure, or extract specific sections—including batch reads across multiple pages in a single call. +- **Query filesystem**: Reads and navigates your documentation's virtual filesystem using shell-style commands. Use this to retrieve page content, browse the docs structure, or extract specific sections—including batch reads across multiple pages in a single call. -Agents determine when to use each tool based on the context of the conversation. For example, an agent might first search your documentation to find relevant pages, then use the query docs filesystem tool to read the full content of the most relevant results. +Agents determine when to use each tool based on the context of the conversation. For example, an agent might first search your documentation to find relevant pages, then use the query filesystem tool to read the full content of the most relevant results. ### MCP resources @@ -196,7 +196,7 @@ To protect availability, Mintlify applies rate limits to MCP servers. | :---- | :---- | :---------- | | Per user (IP address) | 5,000 requests per hour | Limits how frequently a single user can query your MCP server configuration. | | Search per documentation site (domain) | 10,000 requests per hour | Limits total search tool calls across all users of your MCP server. | -| Query docs filesystem per documentation site (domain) | 10,000 requests per hour | Limits total query docs filesystem tool calls across all users of your MCP server. | +| Query filesystem per documentation site (domain) | 10,000 requests per hour | Limits total query docs filesystem tool calls across all users of your MCP server. | | Authenticated search per documentation site (domain) | 5,000 requests per hour | Limits total authenticated search tool calls across all users of your MCP server. | | Authenticated query docs filesystem per documentation site (domain) | 5,000 requests per hour | Limits total authenticated query docs filesystem tool calls across all users of your MCP server. | diff --git a/changelog.mdx b/changelog.mdx index 3eefc8a2e..1ebc8e23c 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -17,7 +17,7 @@ noindex: true ## MCP filesystem access - [MCP servers](/ai/model-context-protocol) now include a query docs filesystem tool that lets agents browse and read your documentation's file structure directly. Agents can navigate directories, read full page content, and batch-read multiple pages in a single call. This tool replaces the `get_page` tool. + [MCP servers](/ai/model-context-protocol) now include a query filesystem tool that lets agents browse and read your documentation's file structure directly. Agents can navigate directories, read full page content, and batch-read multiple pages in a single call. This tool replaces the `get_page` tool. ## Git setup wizard diff --git a/zh/ai/model-context-protocol.mdx b/zh/ai/model-context-protocol.mdx index 1b9952649..db2082533 100644 --- a/zh/ai/model-context-protocol.mdx +++ b/zh/ai/model-context-protocol.mdx @@ -35,9 +35,9 @@ Model Context Protocol (MCP,模型上下文协议) 是一个开放协议,用 你的 MCP 服务器提供两个代理可以使用的工具: - **Search**:在你的文档中搜索相关内容,返回带有标题和链接的摘要片段。使用此工具来发现信息或查找与查询匹配的页面。 -- **Query docs filesystem**:使用 shell 风格的命令读取和浏览文档的虚拟文件系统。使用此工具来获取页面内容、浏览文档结构或提取特定部分——包括在单次调用中批量读取多个页面。 +- **Query filesystem**:使用 shell 风格的命令读取和浏览文档的虚拟文件系统。使用此工具来获取页面内容、浏览文档结构或提取特定部分——包括在单次调用中批量读取多个页面。 -代理会根据对话的上下文来决定何时使用每个工具。例如,代理可能会先搜索你的文档以查找相关页面,然后使用 query docs filesystem 工具读取最相关结果的完整内容。 +代理会根据对话的上下文来决定何时使用每个工具。例如,代理可能会先搜索你的文档以查找相关页面,然后使用 query filesystem 工具读取最相关结果的完整内容。