{ "name": "delx-mcp-server", "version": "0.3.3", "description": "Free MCP bridge for agents that lose context: resume after compaction, hand off between runtimes, recover from failure. No API key, no account, no payment.", "mcpName": "io.github.davidmosiah/delx-mcp-server", "type": "module", "bin": { "delx-mcp-server": "bin/delx-mcp-server.js" }, "files": [ "bin", "examples", "README.md", "LICENSE", "SECURITY.md", "CONTRIBUTING.md", "server.json", "smithery.yaml", "AGENTS.md", "llms.txt", "skill" ], "scripts": { "doctor": "node bin/delx-mcp-server.js --doctor", "list-tools": "node bin/delx-mcp-server.js --list-tools", "health": "node bin/delx-mcp-server.js --health", "test": "node --test && npm run test:skill-surface", "prepublishOnly": "npm test", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "dependencies": { "mcp-remote": "^0.1.38" }, "keywords": [ "agent-continuity", "agent-handoff", "agent-tools", "ai-agent", "claude", "compaction", "context-loss", "continuity", "copilot", "cursor", "delx", "free", "gemini", "mcp", "mcp-server", "model-context-protocol", "proof-of-agent-work", "resume", "stdio", "witness-protocol" ], "engines": { "node": ">=18.0.0" }, "author": "Delx ", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/davidmosiah" }, "homepage": "https://delx.ai/mcp-server", "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/delx-mcp-server.git" }, "bugs": { "url": "https://github.com/davidmosiah/delx-mcp-server/issues", "email": "support@delx.ai" }, "publishConfig": { "access": "public" }, "overrides": { "undici": "7.29.0", "hono": "4.13.1", "@hono/node-server": "2.1.0", "fast-uri": "3.1.5", "ip-address": "10.4.0" } }