We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ViperJuice/Code-Index-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•358 B
"""Swift language plugin for code indexing and analysis.
This plugin provides comprehensive Swift language support including:
- Module system and framework imports
- Protocol conformance checking
- Property wrappers and result builders
- Objective-C interoperability
- Swift Package Manager integration
"""
from .plugin import Plugin
__all__ = ["Plugin"]