Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_technologies | Explore and filter available Apple technologies/frameworks before choosing one |
| choose_technology | Select the framework/technology to scope all subsequent searches and documentation lookups |
| current_technology | Report the currently selected technology and how to change it |
| get_documentation | Get detailed documentation for specific symbols within the selected technology. Use this for known symbol names (e.g., "View", "Button", "GridItem"). Accepts relative symbol names. |
| search_symbols | Search and discover symbols within the currently selected technology. Use this for exploration and finding symbols by keywords. Supports wildcards (* and ?). For specific known symbols, use get_documentation instead. |
| get_version | Get the current version information of the Apple Doc MCP server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |