Skip to content

Commit 74384e2

Browse files
Update src/services/mcp/McpHub.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 6a015ab commit 74384e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/mcp/McpHub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ export class McpHub {
13251325
)
13261326
const serverNames = globalConnections.map((conn) => conn.server.name)
13271327

1328-
// Set the Disabled flag for all serversv
1328+
// Set the Disabled flag for all servers
13291329
for (const name of serverNames) {
13301330
await this.updateServerConfig(name, { disabled }, "global")
13311331
const conn = this.findConnection(name, "global")

0 commit comments

Comments
 (0)