opendia init

This commit is contained in:
Aaron Elijah Mars
2025-06-13 23:21:32 +02:00
parent c6c6394543
commit e26dc768fe
10 changed files with 2540 additions and 799 deletions

12
opendia-mcp/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"
}
}