MCPcopy Create free account
hub / github.com/github/copilot-sdk / MCPAuthResultCancelled

Function MCPAuthResultCancelled

go/types.go:381–383  ·  view source on GitHub ↗

MCPAuthResultCancelled returns a cancelled result for an MCP OAuth request.

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…