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

13 lines 389 B
/** * WWDC video list extractor */ import type { VideoListItem } from '../../types/wwdc.js'; /** * Extract all WWDC video list for specified year */ export declare function extractVideoList(year: string): Promise<VideoListItem[]>; /** * Get all supported WWDC years */ export declare function getAvailableYears(): Promise<string[]>; //# sourceMappingURL=video-list-extractor.d.ts.map