Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
构建文件管理和搜索功能的 MCP 服务器
@server.resource("file://{path}") async def read_file(path: str): return await read_file_content(path)