You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
318 B

# 使用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}