diff --git a/src/services/mcp/McpHub.ts b/src/services/mcp/McpHub.ts index 64038292de..bd1086020f 100644 --- a/src/services/mcp/McpHub.ts +++ b/src/services/mcp/McpHub.ts @@ -824,7 +824,7 @@ export class McpHub { // Read from the appropriate config file based on the actual source try { - let serverConfigData: any + let serverConfigData: Record = {} if (actualSource === "project") { // Get project MCP config path const projectMcpPath = await this.getProjectMcpPath()