Skip to content
K

mm_preview_status

List the project’s currently-running local previews and their live URLs (as shown in the Monday Morning app’s preview dock). Call this before trying to open/inspect the running site — e.g. to get the URL to navigate a Playwright browser to — instead of guessing the port. Returns an empty list when nothing is running.

  • Category: Plugin Management
  • Source: Built-in
  • Required parameters: 1
  • Total parameters: 1
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
{
"tool": "mm_preview_status",
"arguments": {
"project_path": "/Users/you/projects/my-app"
}
}
  • mm_list_plugins - [DEPRECATED — use mm_list with entity=plugin] List all loaded plugins with th…
  • mm_get_plugin_info - [DEPRECATED — use mm_get with entity=plugin] Get detailed information about a…
  • mm_push_team_checkin - Push a team check-in to the cloud. Scans local specs and features, captures c…
  • mm_fetch_team_checkins - Fetch all team members’ check-ins from the cloud. Returns display names, bran…
  • mm_claim_spec - Claim a spec from a teammate. Records the claim in the cloud (first-claim-win…