UNPKG

mcp-booster

Version:

Servidor MCP com CoConuT (Continuous Chain of Thought) para uso com Cursor IDE - Pacote Global NPM

93 lines 2.06 kB
{ "name": "mcp-booster", "version": "0.7.5", "description": "Servidor MCP com CoConuT (Continuous Chain of Thought) para uso com Cursor IDE - Pacote Global NPM", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "preferredGlobal": true, "bin": { "mcp-booster": "bin/server.js" }, "scripts": { "build": "tsc", "start": "node ./dist/src/index.js", "dev": "ts-node src/index.ts", "test": "node test/basic.test.js", "test:platform": "node test/basic.test.js", "prepare": "npm run build", "prepublishOnly": "npm run build && npm audit && npm test" }, "keywords": [ "mcp", "cursor", "ide", "coconut", "continuous-chain-of-thought", "reasoning", "llm", "ai", "global", "cli", "booster", "model-context-protocol", "typescript", "cross-platform", "universal", "npm-global", "server", "developer-tools" ], "author": "LLM Booster Team", "license": "MIT", "homepage": "https://github.com/llm-booster/mcp-booster#readme", "files": [ "dist", "bin", "README.md", "CHANGELOG.md", "PATCH_NOTES*.md", "systemPrompt.md", "systemPrompt-AuxWindows.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@types/express": "^5.0.3", "@types/node": "^22.15.31", "express": "^5.1.0", "open": "^10.1.2", "zod": "^3.25.62" }, "devDependencies": { "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.8.2" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "repository": { "type": "git", "url": "git+https://github.com/llm-booster/mcp-booster.git" }, "bugs": { "url": "https://github.com/llm-booster/mcp-booster/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/llm-booster" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }