14 lines
244 B
JSON
14 lines
244 B
JSON
|
|
{
|
||
|
|
"name": "mcp-bridge",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Generic MCP SSE bridge for the MCP hub",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node index.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"ws": "^8.19.0"
|
||
|
|
},
|
||
|
|
"license": "ISC"
|
||
|
|
}
|