# 使用PowerShell echo '{"jsonrpc": "2.0", "method": "read_resource", "params": {"uri": "file:///D:/dsWork/QingLong/AI/Test/test.txt"}, "id": 2}' | D:/anaconda3/envs/python312/python.exe D:/dsWork/QingLong/AI/Test/mcp_server.py 返回内容: {"jsonrpc": "2.0", "result": "Hello, this is a test file!", "id": 2}