How to stop your agent from hallucinating SwiftUI APIs
언제 쓸까: Agent suggests APIs that don't exist in the iOS version you target.
사전 조건
- Node 18+ — nvm install 20
흐름
-
InstallInstall via: npx -y @kimsungwhee/apple-docs-mcp@latest (or add to MCP config).✓ 복사됨→ Tools appear
-
Ground your questionUse search_apple_docs to find 'navigationDestination' and get_platform_compatibility to check it's available on iOS 16+.✓ 복사됨→ Official doc entry + minimum deployment target
-
Cite in codeNow write the navigation code citing the doc you just read.✓ 복사됨→ Code + citations
결과: Code that compiles against your deployment target.
함정
- WWDC-only APIs shown before release — Check get_platform_compatibility — beta APIs are flagged