get_current_context
Resolve your current workspace coordinates by providing a directory path. Returns repository name, monorepo component, and active technology stack.
Instructions
Resolves the repository name, monorepo component, and active technology stack for a given directory path.
Use this to determine the exact coordinates of your current workspace.
Parameters:
- directory: The absolute path of the current workspace directory (REQUIRED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes |