Files
nix-dotfiles/.vscode/mcp.json
T

14 lines
196 B
JSON
Raw Normal View History

2026-05-03 12:34:42 -04:00
{
"servers": {
"honeycomb": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.honeycomb.io/mcp"
],
"type": "stdio"
}
},
"inputs": []
}