(h http.Header)
| 93 | type AgentConn interface { |
| 94 | TailnetConn() *tailnet.Conn |
| 95 | SetExtraHeaders(h http.Header) |
| 96 | |
| 97 | AwaitReachable(ctx context.Context) bool |
| 98 | CallMCPTool(ctx context.Context, req CallMCPToolRequest) (CallMCPToolResponse, error) |
no outgoing calls