Skip to main content
Glama

code-index-mcp

""" Utility modules for the Code Index MCP server. This package contains shared utilities used across services: - error_handler: Decorator-based error handling for MCP entry points - context_helper: Context access utilities and helpers - validation: Common validation logic - response_formatter: Response formatting utilities """ from .error_handler import handle_mcp_errors, handle_mcp_resource_errors, handle_mcp_tool_errors from .context_helper import ContextHelper from .validation import ValidationHelper from .response_formatter import ResponseFormatter from .file_filter import FileFilter __all__ = [ 'handle_mcp_errors', 'handle_mcp_resource_errors', 'handle_mcp_tool_errors', 'ContextHelper', 'ValidationHelper', 'ResponseFormatter', 'FileFilter' ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnhuang316/code-index-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server