register_project
Register a project by providing its path and framework (or leave auto for detection) to give the MCP server cross-project context for mobile, backend, and admin codebases.
Instructions
Register a project (mobile, backend, admin) so the MCP knows its path and framework. Framework can be 'nestjs', 'nextjs', 'react-native', or 'auto' for auto-detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short name (e.g., 'backend', 'mobile', 'admin') | |
| path | Yes | Absolute path to the project directory | |
| framework | No | 'nestjs', 'nextjs', 'react-native', or 'auto' | auto |
| description | No | Optional description of the project |