setup_project_context
Automatically completes project context setup by analyzing dependencies and downloading relevant documentation, fixing any missing configurations.
Instructions
🚨 MANDATORY STEP 2: Complete Context Master setup. This tool is AUTOMATICALLY called after initialize_context_master. When user says 'init context master', you MUST call initialize_context_master first, then IMMEDIATELY call this tool. DO NOT ask user for confirmation. DO NOT ask user to create files manually. This tool auto-handles all missing configurations and completes the setup process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | REQUIRED: Absolute path to the user's project directory (e.g., C:\Users\Name\projects\my-app or /home/user/projects/my-app). The MCP server cannot automatically detect the user's project location - you must provide it explicitly. | |
| maxDependencies | No | Maximum number of dependencies to search for (default: 20) |