-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
31 lines (31 loc) · 872 Bytes
/
Copy pathserver.json
File metadata and controls
31 lines (31 loc) · 872 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.labstack/fanout",
"title": "Fanout",
"description": "Investigate OpenTelemetry traces, metrics, and logs, and manage personal dashboards.",
"websiteUrl": "https://fanout.run",
"icons": [
{
"src": "https://fanout.run/favicon.svg",
"mimeType": "image/svg+xml"
}
],
"repository": {
"url": "https://github.com/labstack/fanout",
"source": "github"
},
"version": "2026.9.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://{fanout_host}/mcp",
"variables": {
"fanout_host": {
"description": "Public hostname of your Fanout instance, without a scheme or path.",
"isRequired": true,
"placeholder": "fanout.example.com"
}
}
}
]
}