-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
26 lines (26 loc) · 740 Bytes
/
Copy pathserver.json
File metadata and controls
26 lines (26 loc) · 740 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Arjun0606/smolanalytics",
"description": "Agent-operated web + product analytics. 79 tools + 14 prompts; answers provably match the dashboard.",
"repository": {
"url": "https://github.com/Arjun0606/smolanalytics",
"source": "github"
},
"version": "0.14.4",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/arjun0606/smolanalytics:v0.14.4",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "positional",
"value": "mcp",
"description": "run the MCP server over stdio"
}
]
}
]
}