discover_project
Discover a CoordMCP project by providing a directory path. Searches current and parent directories to find the project, enabling you to join existing work and access its context.
Instructions
Discover a CoordMCP project by searching from a directory path.
ESSENTIAL FOR: Joining existing projects, auto-discovering context
This tool searches for a project associated with the given directory. It first checks for an exact match, then searches up to 3 parent directories.
WHEN TO USE:
Starting work in a project directory and want to see if it's tracked
Navigating to a subdirectory and finding the parent project
Auto-discovering projects when you don't know the project_id
First step when joining an existing project
WORKFLOW:
discover_project() - Find the project
register_agent() - Register yourself
get_project_info() - Get full project details
get_active_agents() - See who's working on it
start_context() - Begin working
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path to search from (optional, defaults to current working directory) | |
| max_parent_levels | No | Maximum parent directories to search (default: 3) |