Used by 1 plugin
Generates Swift code snippets for common iOS and macOS development patterns.
Add to your .mcp.json:
{
"mcpServers": {
"swift-patterns": {
"command": "npx",
"args": [
"-y",
"swift-patterns-mcp@latest"
]
}
}
}npx