Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ log
Method
log
src/agent/MCPComponent.ts:373–377 ·
view source on GitHub ↗
* 日志记录
(message: string)
Source
from the content-addressed store, hash-verified
371
* 日志记录
372
*/
373
private log(message: string): void {
374
if
(this.config.debug) {
375
console.log(`[MCPComponent] ${message}`);
376
}
377
}
378
}
Callers
8
init
Method · 0.95
destroy
Method · 0.95
connectToServers
Method · 0.95
connectToServer
Method · 0.95
loadServerResources
Method · 0.95
loadServerTools
Method · 0.95
readResource
Method · 0.95
callTool
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected