MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / findGateway

Function findGateway

src/setup/gateways.ts:145–147  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

143 title: 'xAI (Grok)',
144 baseUrl: 'https://api.x.ai/v1',
145 apiKeyEnv: 'XAI_API_KEY',
146 keyHint: 'Get a key at https://console.x.ai/.',
147 suggestedModel: 'grok-2-latest',
148 suggestedContextWindow: 131072,
149 suggestedToolCalls: true,
150 },

Callers 4

gateways.test.tsFile · 0.90
index.tsFile · 0.85
executeMethod · 0.85
interactiveAddProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected