Swift language server for iOS/macOS development with code intelligence.
## Swift LSP MCP Server: iOS and macOS Development The **Swift LSP MCP Server** integrates SourceKit-LSP into Google Antigravity, providing full Swift and SwiftUI development support for iOS, macOS, watchOS, and tvOS applications. ### Why Swift LSP MCP? Swift is the language of Apple platforms. The Swift LSP MCP provides: - **Xcode Integration**: Project file support - **SwiftUI**: Live preview support - **Package Manager**: SPM dependency handling - **Cross-Platform**: Linux Swift support ### Key Features #### 1. Apple Platform Support Full ecosystem coverage: - iOS development - macOS apps - watchOS complications - tvOS applications #### 2. SwiftUI Intelligence Modern UI development: - View modifiers - Property wrappers - Environment values - Preview support #### 3. Build Integration Xcode and SPM support: - xcodeproj/xcworkspace - Package.swift - Build configurations - Target management ### Configuration ```json { "mcpServers": { "swift-lsp": { "command": "sourcekit-lsp", "args": ["--mcp"] } } } ``` The Swift LSP MCP enables professional Apple platform development in Google Antigravity.
{
"mcpServers": {
"swift-lsp": {}
}
}