| name | tapps-init |
| user-invocable | true |
| model | claude-sonnet-4-6 |
| description | Bootstrap TappsMCP in a project. Creates AGENTS.md, TECH_STACK.md, platform rules, hooks, agents, skills, and MCP config. |
| allowed-tools | mcp__tapps-mcp__tapps_init mcp__tapps-mcp__tapps_doctor |
| argument-hint | [project-root] |
Bootstrap TappsMCP in a new or existing project:
- Call
mcp__tapps-mcp__tapps_init to run the full bootstrap pipeline
- Check the response for
content_return: true — if present, the server could not
write files directly (Docker / read-only mount). Apply the files from
file_manifest.files[] using the Write tool. See /tapps-apply-files for details.
- If files were written directly, review the created files (AGENTS.md, TECH_STACK.md, platform rules, hooks)
- If any issues are reported, call
mcp__tapps-mcp__tapps_doctor to diagnose
- Verify that
.claude/settings.json has MCP tool auto-approval rules
- Confirm the project is ready for the TappsMCP quality workflow
If tapps_init is not available (server not in available MCP servers), use the CLI:
- Run from the project root:
tapps-mcp upgrade --force --host auto
- Then verify:
tapps-mcp doctor
- Restart your MCP host to pick up the new config