MCPAuthResultCancelled returns a cancelled result for an MCP OAuth request.
()
| 379 | |
| 380 | // MCPAuthResultCancelled returns a cancelled result for an MCP OAuth request. |
| 381 | func MCPAuthResultCancelled() *MCPAuthResult { |
| 382 | return &MCPAuthResult{Kind: MCPAuthResultKindCancelled} |
| 383 | } |
| 384 | |
| 385 | // MCPAuthInvocation provides context about an MCP auth handler invocation. |
| 386 | type MCPAuthInvocation struct { |
no outgoing calls
searching dependent graphs…