mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: specify type for serverConfigData as Record<string, any>
This commit is contained in:
parent
880361ef94
commit
6c965dcff3
1 changed files with 1 additions and 1 deletions
|
|
@ -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<string, any> = {}
|
||||
if (actualSource === "project") {
|
||||
// Get project MCP config path
|
||||
const projectMcpPath = await this.getProjectMcpPath()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue