mcp-hub-004: Sample MCP backend with echo tool

This commit is contained in:
Agent 2026-03-12 18:21:37 +00:00
parent 9a61026bca
commit 67bbb40830
4 changed files with 202 additions and 1 deletions

12
sample-mcp/package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "sample-mcp",
"version": "1.0.0",
"description": "Sample MCP backend for testing hub relay",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"ws": "^8.19.0"
}
}