Files
nix-dotfiles/.vscode/mcp.json
T
ahuston-0 5dad72daa4
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
add otel and honeycomb
2026-05-03 12:34:42 -04:00

14 lines
196 B
JSON

{
"servers": {
"honeycomb": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.honeycomb.io/mcp"
],
"type": "stdio"
}
},
"inputs": []
}