Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ reset
Method
reset
src/mcp/config/MCPConfig.ts:203–206 ·
view source on GitHub ↗
* 重置为默认配置
()
Source
from the content-addressed store, hash-verified
201
* 重置为默认配置
202
*/
203
reset(): void {
204
this.config = this.getDefaultConfig();
205
this.saveConfig();
206
}
207
}
208
209
/**
Callers
nothing calls this directly
Calls
2
getDefaultConfig
Method · 0.95
saveConfig
Method · 0.95
Tested by
no test coverage detected