MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setMetadata

Method setMetadata

src/services/mcp/auth.ts:1454–1458  ·  view source on GitHub ↗
(
    metadata: Awaited<ReturnType<typeof discoverAuthorizationServerMetadata>>,
  )

Source from the content-addressed store, hash-verified

1452 }
1453
1454 setMetadata(
1455 metadata: Awaited<ReturnType<typeof discoverAuthorizationServerMetadata>>,
1456 ): void {
1457 this._metadata = metadata
1458 }
1459
1460 /**
1461 * Called by the fetch wrapper when a 403 insufficient_scope response is

Callers 1

performMCPOAuthFlowFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected