mcp-hub-005: End-to-end integration test

This commit is contained in:
Agent 2026-03-12 18:25:29 +00:00
parent 67bbb40830
commit 40625827f1
3 changed files with 290 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node test/e2e.js",
"start": "node src/index.js",
"sample-mcp": "node sample-mcp/index.js"
},