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

7 lines 366 B
import type { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * MCP Tool Definition */ export declare const searchFrameworkSymbolsTool: Tool; export declare function searchFrameworkSymbols(framework: string, symbolType?: string, namePattern?: string, language?: string, limit?: number): Promise<string>; //# sourceMappingURL=search-framework-symbols.d.ts.map