What problem does it solve? Working effectively with the metatron distributed computing language and VM requires knowing recurring patterns for agent tool execution, MCP server integration, type systems, rewrites, and relational spaces, which are otherwise scattered across the codebase. ## Core Features & Use Cases - Agent Tool Execution: Configure agents with the tool_feature of the /m/llm instset so they can evaluate mtron expressions and call MCP server tools. - MCP Client and Server Patterns: Connect to MCP servers over WebSocket, HTTP, or STDIO transports by converting mcpServer JSON snippets into mcp_client::T instances. - Java Internals References: Consult deep references on the type system, rewrite system, UI architecture, and tbleSpace relational-database integration. - Use Case: An agent needs to execute mtron code against a running VM; this skill provides the agent definition snippet, the mtron_ws_client.py websocket script, and the MCP reference to wire everything together. ## Quick Start Use the metatron skill to show me how to connect an agent to an MCP server and execute mtron expressions over the websocket endpoint.