UNPKG

unlimited-cursor-mcp

Version:

Unlimited Cursor MCP Server - 解除Cursor AI限制

27 lines 680 B
{ "name": "unlimited-cursor-mcp", "version": "1.0.0", "description": "Unlimited Cursor MCP Server - 解除Cursor AI限制", "main": "index.js", "bin": { "unlimited-cursor": "./bin/unlimited-cursor.js" }, "scripts": { "start": "node ./bin/unlimited-cursor.js", "postinstall": "node scripts/check-python.js" }, "keywords": ["cursor", "mcp", "unlimited", "ai", "assistant"], "author": "unlimited-mcp", "license": "MIT", "dependencies": { "python-shell": "^5.0.0", "chalk": "^4.1.2" }, "repository": { "type": "git", "url": "https://github.com/unlimited-mcp/unlimited-mcp" }, "publishConfig": { "access": "public" } }