auto-install
Installs project kit files into the host IDE layout, enabling agents, skills, and slash-commands. Run once per project to fully integrate the MCP server's capabilities.
Instructions
IMPORTANT for first contact: project kit/ into the host's native layout (.claude/agents/, skills/, commands/) so 86 agents become real subagent_types in the Agent tool, 103 skills get native auto-trigger via descriptions, and 99 commands appear as /slash-commands in the IDE. Idempotent — re-running is a no-op if already in sync. Run once per project on first kit-mcp contact; restart the IDE session after to load the new agents/skills/commands. After restart, call ack-restart to clear the marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Re-write even if .kit-mcp-version already matches. Default: false. | |
| action | No | install: write files. check: read-only drift report. Default: install. | |
| target | No | IDE id (claude-code, cursor, …). Defaults to claude-code. | |
| projectRoot | No | Override the auto-detected project root. Usually omitted — server reads it from MCP roots capability. |