info() — mcp Function Reference
Architecture documentation for the info() function in logger.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 86e5ab36_fcab_9ac4_8f1d_6573699f3dc9["info()"] c78d0ed7_0af5_dfcf_6bfb_aff1a1d68fb1["logger.ts"] 86e5ab36_fcab_9ac4_8f1d_6573699f3dc9 -->|defined in| c78d0ed7_0af5_dfcf_6bfb_aff1a1d68fb1 5f051fd3_b5fd_05fe_3e0b_f20364a0b064["precacheForDirectory()"] 5f051fd3_b5fd_05fe_3e0b_f20364a0b064 -->|calls| 86e5ab36_fcab_9ac4_8f1d_6573699f3dc9 9d72a623_8b26_a485_5797_5f53c18e4294["start()"] 9d72a623_8b26_a485_5797_5f53c18e4294 -->|calls| 86e5ab36_fcab_9ac4_8f1d_6573699f3dc9 style 86e5ab36_fcab_9ac4_8f1d_6573699f3dc9 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
Defined In
Called By
Source
Frequently Asked Questions
What does info() do?
info() is a function in the mcp codebase, defined in src/utils/logger.ts.
Where is info() defined?
info() is defined in src/utils/logger.ts at line 24.
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