-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
20 lines (20 loc) · 757 Bytes
/
server.json
File metadata and controls
20 lines (20 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.seanhanca/glyph",
"description": "Deterministic chart compiler with 49 agent-callable verbs. Render JSON specs to byte-stable SVG, query the underlying DuckDB view, audit charts (8 rules) for misleading patterns, forecast and detect anomalies, decompose time series, build cross-agent analytic narratives (Whyboard) — all via one MCP server.",
"repository": {
"url": "https://github.com/seanhanca/glyph",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@glyph/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
}
}
]
}