MCPcopy
hub / github.com/CaviraOSS/OpenMemory / WindsurfConfig

Interface WindsurfConfig

IDE/src/writers/windsurf.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import * as os from 'os';
4
5export interface WindsurfConfig {
6 contextProvider?: string;
7 api?: string;
8 apiKey?: string;
9 mcp?: {
10 configPath: string;
11 };
12}
13
14export function generateWindsurfConfig(backendUrl: string, apiKey?: string, useMCP = false, mcpServerPath?: string): WindsurfConfig {
15 if (useMCP) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected