get_codebase_metadata
Retrieves comprehensive codebase metadata from the current project, including framework information, dependencies, architecture patterns, and project statistics, to provide AI assistants with real-time codebase visibility.
Instructions
Routes to the active/current project automatically when known. Get codebase metadata including framework information, dependencies, architecture patterns, and project statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project selector for this call. Accepts a project root path, file path, file:// URI, or a relative subproject path under a configured root. | |
| project_directory | No | Deprecated compatibility alias for older clients. Prefer project. |