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•387 B
"""Java language plugin for code indexing and analysis.
This plugin provides comprehensive Java language support including:
- Import resolution for package imports
- Type analysis with generics support
- Maven/Gradle build system integration
- Cross-file reference tracking
- Class inheritance and interface implementation tracking
"""
from .plugin import Plugin
__all__ = ["Plugin"]