MCPcopy 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

initMethod · 0.95
destroyMethod · 0.95
connectToServersMethod · 0.95
connectToServerMethod · 0.95
loadServerResourcesMethod · 0.95
loadServerToolsMethod · 0.95
readResourceMethod · 0.95
callToolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected