diff --git a/README.md b/README.md index dd1dc7b..ae47b44 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ 实现连接到HTTP MCP服务器的HTTP客户端,符合SSE通信规范。 +可使用[MCP Inspector](https://github.com/modelcontextprotocol/inspector)连接并测试: +![alt image](/examples/server_example.png) + #### Stdio客户端 (`mcp_stdio_client.h`, `mcp_stdio_client.cpp`) 通过标准输入/输出与MCP服务器通信的客户端: diff --git a/examples/server_example.png b/examples/server_example.png new file mode 100644 index 0000000..b2c61fc Binary files /dev/null and b/examples/server_example.png differ