-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 900 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 900 Bytes
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
{
"name": "@csga-global/cobol-bridge",
"version": "1.0.0",
"description": "COBOL Bridge MCP Server - AI Governance for Legacy Mainframes by CSGA Global",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "echo 'Build complete'"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"express": "^4.18.2",
"cors": "^2.8.5",
"zod": "^3.22.0"
},
"engines": {
"node": "24.x"
},
"keywords": [
"cobol",
"mcp",
"mainframe",
"ai-governance",
"compliance",
"legacy-systems",
"csga"
],
"author": "James Castle <james@csga-global.org>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CSGA-GLOBAL/cobol-bridge.git"
},
"homepage": "https://csga-global.org/mcp/cobol-bridge",
"bugs": {
"url": "https://github.com/CSGA-GLOBAL/cobol-bridge/issues"
}
}