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 255 B
/** * Tool definitions for Apple Developer Documentation MCP Server */ import type { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * All available tools */ export declare const toolDefinitions: Tool[]; //# sourceMappingURL=definitions.d.ts.map