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 工具读取最相关结果的完整内容。
### MCP 资源 @@ -220,9 +220,9 @@ Mintlify 会为你的文档生成一个 MCP 服务器,并将其托管在你的 | :-------------- | :------------ | :------------------------ | | 每位用户 (IP 地址) | 每小时 5,000 个请求 | 限制单个用户查询你的 MCP 服务器配置的频率。 | | 每个文档站点的 Search (domain) | 每小时 10,000 个请求 | 限制所有用户在你的 MCP 服务器上的搜索工具调用总次数。 | -| 每个文档站点的 Query docs filesystem (domain) | 每小时 10,000 个请求 | 限制所有用户在你的 MCP 服务器上的 query docs filesystem 工具调用总次数。 | +| 每个文档站点的 Query filesystem (domain) | 每小时 10,000 个请求 | 限制所有用户在你的 MCP 服务器上的 query filesystem 工具调用总次数。 | | 每个文档站点的认证 Search (domain) | 每小时 5,000 个请求 | 限制所有用户在你的 MCP 服务器上的认证搜索工具调用总次数。 | -| 每个文档站点的认证 Query docs filesystem (domain) | 每小时 5,000 个请求 | 限制所有用户在你的 MCP 服务器上的认证 query docs filesystem 工具调用总次数。 | +| 每个文档站点的认证 Query filesystem (domain) | 每小时 5,000 个请求 | 限制所有用户在你的 MCP 服务器上的认证 query filesystem 工具调用总次数。 |
## 内容过滤与索引编入 diff --git a/zh/changelog.mdx b/zh/changelog.mdx index b1af25aa9..d06c590db 100644 --- a/zh/changelog.mdx +++ b/zh/changelog.mdx @@ -23,7 +23,7 @@ noindex: true ## MCP 文件系统访问
- [MCP 服务器](/zh/ai/model-context-protocol)现在包含一个查询文档文件系统工具,允许 agent 直接浏览和读取你文档的文件结构。Agent 可以导航目录、读取完整的页面内容,以及在单次调用中批量读取多个页面。此工具替代了 `get_page` 工具。 + [MCP 服务器](/zh/ai/model-context-protocol)现在包含一个查询文件系统工具,允许 agent 直接浏览和读取你文档的文件结构。Agent 可以导航目录、读取完整的页面内容,以及在单次调用中批量读取多个页面。此工具替代了 `get_page` 工具。
## Git 设置向导