Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cline/linear-mcp
/ APIKeyConfig
Interface
APIKeyConfig
src/auth.ts:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
export
interface
APIKeyConfig {
30
type
:
'api'
;
31
apiKey: string;
32
}
33
34
export
type
AuthConfig = OAuthConfig | APIKeyConfig;
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected