{
  "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": 19,
  "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_notification_test": "/clients/halfdozen/agents/notifications/test",
    "halfdozen_slack_commands": "/clients/halfdozen/slack/commands",
    "mcp_registry_sweep": "/create-something/agents/mcp-registry-sweep/run"
  },
  "protectedRoutes": [
    "/clients/halfdozen/agents/fleet-watchdog/run",
    "/clients/halfdozen/agents/inbox-triage/run",
    "/clients/halfdozen/agents/dedup/run",
    "/clients/halfdozen/agents/notifications/test",
    "/create-something/agents/mcp-registry-sweep/run"
  ],
  "notifications": {
    "halfdozenEmailNotificationsConfigured": true,
    "halfdozenEmailNotificationMode": "alerts",
    "halfdozenEmailNotificationRecipients": 1,
    "halfdozenSlackCommandSigningConfigured": true,
    "halfdozenSlackTeamRestricted": true,
    "halfdozenFleetWatchdogCronEnabled": true,
    "halfdozenFleetWatchdogEvidenceStore": true,
    "inkBridgeConfigured": true
  },
  "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"
  ]
}