{ "name": "sealed-mcp", "mcpName": "io.github.edwardyen724-g/sealed", "version": "0.1.0", "description": "Thin MCP stdio client for the Sealed skill marketplace — carries inputs and outputs only; skill bodies never reach this process.", "type": "module", "bin": { "sealed-mcp": "src/index.mjs" }, "files": [ "src", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "skills", "sealed", "agent" ], "homepage": "https://sealed.run", "repository": { "type": "git", "url": "git+https://github.com/edwardyen724-g/sealed-mcp.git" }, "bugs": { "url": "https://github.com/edwardyen724-g/sealed-mcp/issues" }, "license": "MIT" }