add otel and honeycomb
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 2m41s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 5m6s

This commit is contained in:
2026-05-03 12:34:42 -04:00
parent f42d031f4f
commit 5dad72daa4
6 changed files with 171 additions and 10 deletions
+13 -1
View File
@@ -1 +1,13 @@
{}
{
"servers": {
"honeycomb": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.honeycomb.io/mcp"
],
"type": "stdio"
}
},
"inputs": []
}