-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@schematichq/schematic-mcp",
"version": "0.3.4",
"description": "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 <support@schematichq.com>",
"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": "^25.9.1",
"dotenv": "^17.4.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
},
"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"
}