Home / Function/ info() — mcp Function Reference

info() — mcp Function Reference

Architecture documentation for the info() function in logger.ts from the mcp codebase.

Entity Profile

Dependency Diagram

graph TD
  df6e0585_94bc_eb51_256f_f5c95dbbd57f["info()"]
  9003922a_3c12_9d09_182b_1d8c2e1893be["precacheForDirectory()"]
  9003922a_3c12_9d09_182b_1d8c2e1893be -->|calls| df6e0585_94bc_eb51_256f_f5c95dbbd57f
  a9363f44_0cfc_87dc_a76a_4eeb9d75c684["start()"]
  a9363f44_0cfc_87dc_a76a_4eeb9d75c684 -->|calls| df6e0585_94bc_eb51_256f_f5c95dbbd57f
  style df6e0585_94bc_eb51_256f_f5c95dbbd57f 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

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