MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / buildMetadata

Function buildMetadata

src/windsurf-api.js:235–244  ·  view source on GitHub ↗
(apiKey)

Source from the content-addressed store, hash-verified

233// ─── Dynamic model catalog ────────────────────────────────
234
235function buildMetadata(apiKey) {
236 return {
237 apiKey,
238 ideName: 'windsurf',
239 ideVersion: '1.9600.41',
240 extensionName: 'windsurf',
241 extensionVersion: '1.9600.41',
242 locale: 'en',
243 };
244}
245
246/**
247 * Fetch the live model catalog from Codeium's cloud.

Callers 3

getCascadeModelConfigsFunction · 0.70
getWebSearchResultsFunction · 0.70
checkMessageRateLimitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected