MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / flowConfig

Function flowConfig

packages/oauth/test/oauth.test.ts:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135function flowConfig(): OAuthFlowConfig {
136 return {
137 name: 'kimi-code',
138 oauthHost: server.host,
139 clientId: 'test-client-id',
140 };
141}
142
143function requestAuth(
144 config: OAuthFlowConfig = flowConfig(),

Callers 2

requestAuthFunction · 0.85
oauth.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected