fix(runner): resolve TypeScript compilation errors

This commit is contained in:
2026-05-19 14:14:34 -07:00
parent 67fa4a2ccc
commit 2f86a4262e
28 changed files with 2215 additions and 1158 deletions

View File

@@ -14,6 +14,9 @@ export interface ToolContext {
apiUrl: string;
apiToken: string;
};
mcpToken: string;
vibnApiUrl: string;
projectId?: string;
/** Accumulated memory updates from save_memory tool calls in this turn */
memoryUpdates: MemoryUpdate[];
}