ClaudeCode.MCP.Status (ClaudeCode v0.36.3)
View SourceStatus information for an MCP server connection.
Returned by ClaudeCode.Session.mcp_status/1.
Fields
:name- Server name as configured:status- Current connection status (:connected,:failed,:needs_auth,:pending,:disabled):server_info- Server info map withnameandversion(available when connected):error- Error message (available when status is:failed):config- Server configuration map:scope- Configuration scope (e.g.,"project","user","local"):tools- List of tool maps withname,description, andannotations(available when connected)
Summary
Types
@type status() :: :connected | :failed | :needs_auth | :pending | :disabled