{
  "name": "@soflution/mcp-on-demand",
  "version": "1.5.0",
  "description": "Lazy-loading MCP proxy for Cursor IDE — start MCP servers on-demand, save GBs of RAM. Zero config: just add to Cursor and restart.",
  "author": "SOFLUTION LTD",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mcp-on-demand": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "cursor",
    "lazy-loading",
    "proxy",
    "model-context-protocol",
    "on-demand",
    "memory-optimization",
    "ide",
    "ai",
    "llm",
    "ram",
    "optimization",
    "tool-search",
    "context-optimization",
    "token-reduction"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Soflution1/mcp-on-demand"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
