{
  "name": "playbook",
  "version": "1.5.0",
  "description": "Host workflow playbooks and installation guidance for MCP onboarding",
  "hosts": [
    "Codex",
    "Cursor",
    "Claude Desktop",
    "Claude Code",
    "Windsurf",
    "VS Code (Copilot)"
  ],
  "catalogEntries": 18,
  "endpoints": {
    "mcp": "/mcp",
    "sse": "/sse",
    "halfdozen_fleet_watchdog": "/clients/halfdozen/agents/fleet-watchdog/run",
    "halfdozen_inbox_triage": "/clients/halfdozen/agents/inbox-triage/run",
    "halfdozen_dedup": "/clients/halfdozen/agents/dedup/run",
    "halfdozen_slack_commands": "/clients/halfdozen/slack/commands",
    "gmail_unread_summary": "/automations/gmail-unread-summary/run"
  },
  "protectedRoutes": [
    "/clients/halfdozen/agents/fleet-watchdog/run",
    "/clients/halfdozen/agents/inbox-triage/run",
    "/clients/halfdozen/agents/dedup/run",
    "/automations/gmail-unread-summary/run"
  ],
  "notifications": {
    "halfdozenSlackWebhookConfigured": true,
    "halfdozenSlackEscalationWebhookConfigured": true,
    "halfdozenSlackCommandSigningConfigured": true,
    "halfdozenSlackTeamRestricted": true,
    "gmailUnreadSummaryRecipientConfigured": false,
    "gmailUnreadSummaryWebhookConfigured": false,
    "gmailUnreadSummaryRouteTokenConfigured": false,
    "gmailUnreadSummaryHubAuthConfigured": false
  },
  "tools": [
    "get_playbook",
    "compare_hosts",
    "get_folder_structure",
    "detect_host",
    "list_available_mcps",
    "generate_mcp_config",
    "scaffold_project",
    "verify_mcp_connection"
  ],
  "resources": 9,
  "prompts": [
    "workflow_setup",
    "host_comparison",
    "project_structure"
  ]
}