Skip to main content
Glama

MaverickMCP

by wshobson
MIT License
165
  • Apple
__init__.py676 B
""" Configuration utilities for Maverick-MCP. """ from .constants import CACHE_TTL, CONFIG, clean_env_var from .database import ( DatabasePoolConfig, create_engine_with_enhanced_config, get_default_pool_config, get_development_pool_config, get_high_concurrency_pool_config, get_pool_config_from_settings, validate_production_config, ) __all__ = [ "CONFIG", "CACHE_TTL", "clean_env_var", "DatabasePoolConfig", "get_default_pool_config", "get_development_pool_config", "get_high_concurrency_pool_config", "get_pool_config_from_settings", "create_engine_with_enhanced_config", "validate_production_config", ]

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/wshobson/maverick-mcp'

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