{ "name": "@schematichq/schematic-mcp", "version": "0.4.0", "description": "[DEPRECATED — use Schematic's hosted MCP server at https://api.schematichq.com/mcp] MCP server for SchematicHQ - manage companies, plans, features, and billing from any MCP client", "type": "module", "main": "dist/index.js", "bin": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "tsx test-client.ts", "prepublishOnly": "yarn build" }, "keywords": [ "mcp", "model-context-protocol", "schematic", "schematichq", "billing", "plans", "features", "entitlements", "feature-flags" ], "author": "SchematicHQ ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SchematicHQ/schematic-mcp.git" }, "mcpName": "io.github.SchematicHQ/schematic-mcp", "homepage": "https://github.com/SchematicHQ/schematic-mcp#readme", "bugs": { "url": "https://github.com/SchematicHQ/schematic-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@schematichq/schematic-typescript-node": "^1.4.6" }, "devDependencies": { "@types/node": "^26.0.0", "dotenv": "^17.4.2", "tsx": "^4.22.3", "typescript": "^7.0.2" }, "resolutions": { "@hono/node-server": "^1.19.13", "hono": "^4.12.18", "express-rate-limit": ">=8.2.2", "path-to-regexp": ">=8.4.0", "ip-address": "10.1.1" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }