-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
34 lines (34 loc) · 886 Bytes
/
Copy pathserver.json
File metadata and controls
34 lines (34 loc) · 886 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.astrogilda/tsbootstrap",
"title": "tsbootstrap",
"description": "Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.",
"version": "0.7.1",
"repository": {
"url": "https://github.com/astrogilda/tsbootstrap",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "tsbootstrap",
"version": "0.7.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "--from",
"value": "tsbootstrap[mcp]"
},
{
"type": "positional",
"valueHint": "entrypoint",
"value": "tsbootstrap-mcp"
}
]
}
]
}