info() — mcp Function Reference
Architecture documentation for the info() function in logger.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 22da2ab2_e145_3482_5780_396d4475bdc6["info()"] 966fdd0a_509a_01b0_865e_32cfde84f964["precacheForDirectory()"] 966fdd0a_509a_01b0_865e_32cfde84f964 -->|calls| 22da2ab2_e145_3482_5780_396d4475bdc6 08ca54b2_22bc_134f_e028_7c18da8dca8a["start()"] 08ca54b2_22bc_134f_e028_7c18da8dca8a -->|calls| 22da2ab2_e145_3482_5780_396d4475bdc6 style 22da2ab2_e145_3482_5780_396d4475bdc6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/utils/logger.ts lines 24–26
export function info(msg: string, ...args: any[]) {
console.log('[INFO]', msg, ...args);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does info() do?
info() is a function in the mcp codebase.
What calls info()?
info() is called by 2 function(s): precacheForDirectory, start.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free