Zongheng-Yu/test_mcp_server
3.1
If you are the rightful owner of test_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is designed to facilitate communication and data exchange between different machine learning models and applications.
MCP 服务:
MCP echo服务器,用于测试
mcp 服务器配置
{
"mcpServers": {
"mohe_mcp_server": {
"command": "uvx",
"args": [
"mohe_mcp_server"
]
}
}
}
📦 安装与部署
- 克隆项目: ```bash git clone https://github.com/Zongheng-Yu/mcp_test_server cd mcp-calculator ```
- 启动服务: ```uvx mohe_mcp_server ```
服务将在 `http://0.0.0.0:8000\` 启动,支持通过 HTTP 接入。
🔧 使用方式
作为本地服务运行 ```bash uvx mohe_mcp_server ```
🔄 支持的操作
- `echo(input_str)`
- `echo_image(command)`
测试
使用 `@modelcontextprotocol/inspector` 工具连接服务进行调试和验证 。
📄 许可证
MIT