{ "name": "@tenkicloud/mcp", "version": "0.3.0", "mcpName": "io.github.LuxorLabs/tenki-mcp", "description": "Model Context Protocol server for Tenki Cloud — disposable microVM sandboxes for AI agents. Create sandboxes, run code, read/write files, run git, expose preview URLs — from any MCP client.", "type": "module", "bin": { "tenki-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepack": "npm run build", "prepublishOnly": "npm run build", "pretest": "npm run build", "test": "node test/offline.test.mjs && node test/public-shapes.test.mjs && node test/exec-output.test.mjs && node test/http-input.test.mjs && node test/oauth-http.test.mjs && node test/security.test.mjs && node test/client-net.test.mjs", "test:all": "npm run build && node test/run.mjs", "test:offline": "npm run build && node test/offline.test.mjs" }, "keywords": [ "tenki", "mcp", "model-context-protocol", "sandbox", "microvm", "ai-agents", "code-execution" ], "license": "MIT", "author": "Tenki Cloud (https://tenki.cloud)", "publishConfig": { "access": "public" }, "engines": { "node": ">=22" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.2.0", "typescript": "^7.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/LuxorLabs/tenki-mcp.git" }, "homepage": "https://github.com/LuxorLabs/tenki-mcp#readme", "bugs": { "url": "https://github.com/LuxorLabs/tenki-mcp/issues" } }