Commit Graph

2 Commits

Author SHA1 Message Date
Jonah Schulte 5e6e6abd20 fix: use MCP parameters instead of URLs in bootstrap prompts
Update all bootstrap prompts to use the correct GitHub MCP format:
  owner: YOUR-ORG
  repo: YOUR-REPO
  path: src/modules/bmm/agents/po.agent.yaml

Instead of URLs like github.com/YOUR-ORG/YOUR-REPO which don't
work with MCP tools.

Also added:
- GitHub Enterprise note for enterprise hosts
- Reference to auto-generated bootstrap file
- MCP tools reference section
2026-01-08 20:56:54 -05:00
Jonah Schulte e3b6029496 docs: add Claude Desktop + GitHub MCP integration guide
Enable BMAD usage directly in Claude Desktop without local installation:

- docs/how-to/installation/claude-desktop-github.md: Full setup guide
- resources/prompts/claude-desktop-po-bootstrap.md: Copy-paste bootstrap prompts

The key insight: with GitHub MCP, Claude Desktop can fetch agent
definitions directly from the repo and embody them dynamically.

Also enhanced PO agent setup-github prompt to cover both
Claude Desktop and Claude Code workflows.
2026-01-08 20:45:25 -05:00