构建文件管理和搜索功能的 MCP 服务器
@server.resource("file://{path}") async def read_file(path: str): return await read_file_content(path)