-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.76 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@forgemeshlabs/disruption-intelligence-mcp",
"version": "0.1.7",
"mcpName": "io.github.forgemeshlabs/disruption-intelligence-mcp",
"description": "AI-native commercial disruption intelligence for MCP clients and x402-powered agents.",
"type": "module",
"bin": {
"disruption-intelligence-mcp": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE.md",
"CHANGELOG.md",
"SECURITY.md",
"GLAMA.md",
"glama.json",
"Dockerfile",
"docs",
"examples",
"server.json",
"smithery.yaml"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"keywords": [
"mcp",
"model-context-protocol",
"x402",
"agent-payments",
"disruption-intelligence",
"market-intelligence",
"commercial-intelligence",
"location-intelligence",
"risk-intelligence",
"enterprise-risk",
"economic-signals",
"warn",
"warn-filings",
"layoffs",
"commercial-real-estate",
"cre",
"site-selection",
"competitive-intelligence",
"geospatial-intelligence",
"signal-api"
],
"author": "forgemeshlabs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/forgemeshlabs/disruption-intelligence-mcp.git"
},
"bugs": {
"url": "https://github.com/forgemeshlabs/disruption-intelligence-mcp/issues"
},
"homepage": "https://github.com/forgemeshlabs/disruption-intelligence-mcp#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.30.0"
}
}