Troubleshoot Panel Live Server¶
Port Already in Use¶
Change the port:
Or find and stop the process using the port.
macOS / Linux:
Windows (PowerShell):
Windows (Command Prompt):
Server Not Responding¶
Check server health:
Or query the health endpoint directly:
On Windows (PowerShell), curl is aliased to Invoke-WebRequest, which needs -UseBasicParsing
on older versions:
A healthy server returns {"status": "ok", ...}.
Visualizations Not Displaying¶
- Confirm the server is running:
pls status - Check that
showis listed when you ask your AI assistant for available MCP tools - Restart the MCP server if the Panel subprocess failed to start (check startup logs)
Next Steps¶
- Run as MCP Server: connect to your AI client
- Architecture: understand how the components fit together