SYMBOL INDEX (13 symbols across 1 files) FILE: index.ts type LogLevel (line 58) | enum LogLevel { constant LOG_VERBOSITY (line 68) | const LOG_VERBOSITY = process.env.MERMAID_LOG_VERBOSITY constant CONTENT_IMAGE_SUPPORTED (line 73) | const CONTENT_IMAGE_SUPPORTED = process.env.CONTENT_IMAGE_SUPPORTED !== ... function getMcpLogLevel (line 76) | function getMcpLogLevel( function log (line 96) | function log(level: LogLevel, message: string) { constant GENERATE_TOOL (line 113) | const GENERATE_TOOL: Tool = { function isGenerateArgs (line 169) | function isGenerateArgs(args: unknown): args is { function renderMermaid (line 193) | async function renderMermaid( function saveMermaidImageToFile (line 407) | async function saveMermaidImageToFile( function saveMermaidSvgToFile (line 445) | async function saveMermaidSvgToFile( function handleMermaidError (line 480) | function handleMermaidError(error: unknown): { function processGenerateRequest (line 509) | async function processGenerateRequest(args: { function runServer (line 692) | async function runServer() {