mcp-hub-004: Sample MCP backend with echo tool
This commit is contained in:
parent
9a61026bca
commit
67bbb40830
4 changed files with 202 additions and 1 deletions
12
sample-mcp/package.json
Normal file
12
sample-mcp/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue