Logging Guide
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add logging-guideQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"logging-guide": {
"command": "npx",
"args": [
"@modelcontextprotocol/logging-guide"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
實作結構化日誌,包含正確的日誌層級和敏感資料處理。 使用時機:新增日誌、除錯、設定可觀測性。 關鍵字:logging, log level, structured logging, observability, 日誌, 記錄, 結構化日誌。
Tags
developmentjavascriptjavagitapiskill