-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
47 lines (47 loc) · 1.11 KB
/
manifest.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"dxt_version": "0.2",
"name": "cas-parser-node-mcp",
"version": "1.10.4",
"description": "The official MCP Server for the Cas Parser API",
"author": {
"name": "Cas Parser",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CASParser/cas-parser-node.git"
},
"homepage": "https://github.com/CASParser/cas-parser-node/tree/main/packages/mcp-server#readme",
"documentation": "https://casparser.in/docs",
"server": {
"type": "node",
"entry_point": "index.js",
"mcp_config": {
"command": "node",
"args": [
"${__dirname}/index.js"
],
"env": {
"CAS_PARSER_API_KEY": "${user_config.CAS_PARSER_API_KEY}"
}
}
},
"user_config": {
"CAS_PARSER_API_KEY": {
"title": "api_key",
"description": "Your API key for authentication.\nUse `sandbox-with-json-responses` as Sandbox key.\n",
"required": true,
"type": "string"
}
},
"tools": [],
"tools_generated": true,
"compatibility": {
"runtimes": {
"node": ">=18.0.0"
}
},
"keywords": [
"api"
]
}