-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
29 lines (29 loc) · 1.1 KB
/
codemeta.json
File metadata and controls
29 lines (29 loc) · 1.1 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "poly-observability-mcp",
"name": "poly-observability-mcp",
"description": "Unified MCP server for observability: Prometheus, Grafana, Loki, Jaeger, OpenTelemetry",
"version": "1.0.0",
"dateCreated": "2025-12-10",
"dateModified": "2025-12-17",
"license": "https://spdx.org/licenses/MIT.html",
"codeRepository": "https://github.com/hyperpolymath/poly-observability-mcp",
"issueTracker": "https://github.com/hyperpolymath/poly-observability-mcp/issues",
"programmingLanguage": ["ReScript", "JavaScript"],
"runtimePlatform": "Deno",
"developmentStatus": "active",
"keywords": ["MCP", "observability", "prometheus", "grafana", "loki", "jaeger", "monitoring", "RSR"],
"author": [{
"@type": "Person",
"givenName": "Jonathan",
"familyName": "Jewell",
"alternateName": "hyperpolymath",
"email": "hyperpolymath@proton.me"
}],
"isPartOf": [{
"@type": "SoftwareApplication",
"name": "Model Context Protocol",
"url": "https://github.com/modelcontextprotocol"
}]
}