We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2947c commit 7bca8feCopy full SHA for 7bca8fe
src/services/mcp/McpHub.ts
@@ -840,7 +840,7 @@ export class McpHub {
840
841
// Read from the appropriate config file based on the actual source
842
try {
843
- let serverConfigData: any
+ let serverConfigData: Record<string, any> = {}
844
if (actualSource === "project") {
845
// Get project MCP config path
846
const projectMcpPath = await this.getProjectMcpPath()
0 commit comments