-
Notifications
You must be signed in to change notification settings - Fork 3
Description
when running claude cli with debug (claude --debug) and using the ebpf-mcp server we get the following error:
even though , the claude-cli mcp seems to be working
`
⏺ The eBPF MCP server tools are not available in this environment. The functions I tried to use earlier (mcp__ebpf__info,
mcp__ebpf__inspect_state) don't actually exist - they were invalid function calls.
You'll need to ensure the eBPF MCP server is properly configured and available in your Claude Code environment to use
eBPF-specific functions.
[DEBUG] MCP server "ebpf": No token data found
[DEBUG] MCP server "ebpf": Using redirect port: 60793
[DEBUG] MCP server "ebpf": Generated new OAuth state
[DEBUG] MCP server "ebpf": Starting SDK auth
[DEBUG] MCP server "ebpf": Server URL: http://localhost:8080/mcp
[DEBUG] MCP server "ebpf": No client info found
[DEBUG] MCP server "ebpf": SDK auth error: Error: Dynamic client registration failed: HTTP 404
[DEBUG] MCP server "ebpf": Using redirect port: 58780
[DEBUG] MCP server "ebpf": Generated new OAuth state
[DEBUG] MCP server "ebpf": Starting SDK auth
[DEBUG] MCP server "ebpf": Server URL: http://localhost:8080/mcp
[DEBUG] MCP server "ebpf": No client info found
[DEBUG] MCP server "ebpf": SDK auth error: Error: Dynamic client registration failed: HTTP 404
╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Ebpf MCP Server │
│ │
│ Status: ✘ failed │
│ URL: http://localhost:8080/mcp │
│ │
│ Error: Dynamic client registration failed: HTTP 404 │
│ │
│ ❯ 1. Back │
╰────────────────────────────────────────`