{ "name": "neuron-connectd", "version": "0.1.0", "private": true, "type": "module", "description": "Neuron MCP-connector bridge (Accessor). Isolates the MCP wire protocol (stdio framing, SSE, OAuth, server lifecycle) behind a flat loopback HTTP contract the El soul consumes.", "bin": { "neuron-connectd": "./dist/index.js" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "devDependencies": { "tsx": "^4.19.0", "typescript": "^5.6.0", "@types/node": "^24.0.0" } }