Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelcontextprotocol/mcpb
/ LoggerOptions
Interface
LoggerOptions
src/shared/log.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
LoggerOptions {
2
silent?: boolean;
3
}
4
5
export
function
getLogger({ silent = false }: LoggerOptions = {}) {
6
return
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…