opendia/opendia-mcp/package.json
Aaron Elijah Mars e26dc768fe opendia init
2025-06-13 23:21:32 +02:00

12 lines
227 B
JSON

{
"name": "opendia-server",
"version": "1.0.0",
"description": "MCP Server for OpenDia Browser Bridge",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"ws": "^8.x.x"
}
}