MCPcopy Create free account
hub / github.com/Noumena-Network/code / preferThirdPartyAuthentication

Function preferThirdPartyAuthentication

src/bootstrap/state.ts:1250–1253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1248}
1249
1250export function preferThirdPartyAuthentication(): boolean {
1251 // IDE extension should behave as 1P for authentication reasons.
1252 return getIsNonInteractiveSession() && STATE.clientType !== 'claude-vscode'
1253}
1254
1255export function setInlinePlugins(plugins: Array<string>): void {
1256 STATE.inlinePlugins = plugins

Callers 2

Calls 1

Tested by

no test coverage detected