UNPKG

@kimsungwhee/apple-docs-mcp

Version:

MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants

9 lines 339 B
/** * WWDC video content extractor */ import type { WWDCVideo } from '../../types/wwdc.js'; /** * Extract complete content for a single WWDC video */ export declare function extractVideoContent(videoUrl: string, videoId: string, year: string, knownTopics?: string[]): Promise<WWDCVideo>; //# sourceMappingURL=content-extractor.d.ts.map