connect_beam_scope_mcp
Connects to the BeamScope MCP server in your Elixir application, required before using other BeamScope tools. Reads the port from BEAM_SCOPE_MCP_PORT or config files.
Instructions
Connect to the BeamScope MCP server running in your Elixir application. The TCP port is pre-configured via BEAM_SCOPE_MCP_PORT env var. Do NOT guess the port. If connection fails, look up the correct port in the Elixir config: check config/runtime.exs, config/dev.exs, or config/config.exs in the current project for config :beam_scope_mcp, port: <number>. Then check .mcp.json to ensure the BEAM_SCOPE_MCP_PORT env var matches. This must be called before using other BeamScope tools (get_logs, project_eval, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||