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