Skip to main content
Glama
johannhartmann

MCP Code Analysis Server

__init__.py968 B
"""Utility modules for MCP Code Analysis Server.""" from src.logger import get_logger, setup_logging from src.utils.exceptions import TimeoutError # noqa: A004 from src.utils.exceptions import ( AuthenticationError, AuthorizationError, ConfigurationError, DatabaseError, EmbeddingError, GitHubError, MCPError, NotFoundError, OpenAIError, ParsingError, QueryError, RateLimitError, RepositoryError, ValidationError, VectorSearchError, WebhookError, ) __all__ = [ "AuthenticationError", "AuthorizationError", "ConfigurationError", "DatabaseError", "EmbeddingError", "GitHubError", # Exceptions "MCPError", "NotFoundError", "OpenAIError", "ParsingError", "QueryError", "RateLimitError", "RepositoryError", "TimeoutError", "ValidationError", "VectorSearchError", "WebhookError", # Logging "get_logger", "setup_logging", ]

Latest Blog Posts

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/johannhartmann/mcpcodeanalysis'

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