{
  "name": "half-dozen-youtube-sync",
  "version": "2.0.0",
  "usage": "Connect via /mcp or /sse, then say: sync <YouTube URL>",
  "endpoints": {
    "mcp": "/mcp",
    "sse": "/sse"
  },
  "tools": [
    "sync",
    "extract_transcript",
    "list_playlist",
    "sync_to_notion",
    "get_database_schema",
    "search",
    "fetch"
  ],
  "resources": [
    "youtube://status"
  ],
  "prompts": [
    "get_started",
    "sync_playlist",
    "transcript_analysis"
  ]
}