launch_viewer
Launches an interactive web viewer for cell lineage data. Accepts a dataset ID or .h5td file path, returns the server URL and process ID.
Instructions
Launch the cellxlineage interactive web viewer on a dataset.
Accepts a loaded dataset_id (persisted to .h5td automatically) or a path to an
existing .h5td file. Spawns cellxlineage launch as a background process and
returns the URL and PID (stop it with the PID when done).
Requires the optional cellxlineage package to be installed (see the error
message if it is missing). Note: this starts a long-running web server on the
host running the MCP server.
Args: dataset_id_or_path: A loaded dataset_id or a path to a .h5td file. port: Port to serve on. host: Host/interface to bind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| dataset_id_or_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| url | Yes | ||
| message | Yes | ||
| dataset_path | Yes |