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

View file

@ -4,7 +4,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
"start": "node src/index.js",
"sample-mcp": "node sample-mcp/index.js"
},
"keywords": [],
"author": "",