// MCP runtime — idle
// Press "Run" to watch the full
// connect → discover → call → respond
// protocol play out live.
Connection State
server_url: not connected
connected: false
tools_discovered: []
Agent Memory
goal: null
issues_list: null
issue_detail: null
comment_posted: false
Execution Stats
mcp_calls_made: 0
last_tool: none
💡 Key difference from regular tools: The agent doesn't have these functions baked in. It connects to the MCP server first, discovers what tools exist, then uses them — all via a standard protocol. Swap the server URL and you get a completely different set of capabilities.