We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vpursuit/swipl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
logging.md•511 B
# Logging & Tracing
## Log Levels
- `MCP_LOG_LEVEL`: `debug` | `info` | `warn` | `error` | `silent` (default `warn`).
- `DEBUG`: enable debug logs by namespace; set to `swipl-mcp-server`.
## Wire/Child Tracing
- `SWI_MCP_TRACE`: optional low‑level tracing of the spawned Prolog process (stdout/stderr) and protocol frames.
## Notes
- Logs initialize early to help diagnose startup issues.
- Prefer structured logs (`MCP_LOG_LEVEL`) for normal operation; enable `SWI_MCP_TRACE` only for deep debugging.