| name | tapps-init |
| description | Bootstrap TappsMCP in a project. Creates AGENTS.md, TECH_STACK.md, platform rules, hooks, agents, skills, and MCP config. |
| mcp_tools | ["tapps_init","tapps_doctor"] |
Bootstrap TappsMCP in a new or existing project:
- Call
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
tapps_doctor to diagnose
- Verify that MCP config has 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