We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gqy20/genome-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[mypy]
python_version = 3.10
ignore_missing_imports = True
no_strict_optional = True
check_untyped_defs = False
# 忽略特定模块的检查
[mypy-aiohttp.*]
ignore_missing_imports = True
[mypy-fastmcp.*]
ignore_missing_imports = True
[mypy-genome_mcp.utils.validation.*]
ignore_errors = True
[mypy-genome_mcp.core.clients.*]
ignore_errors = True
[mypy-genome_mcp.analysis.kegg_analysis.*]
ignore_errors = True
[mypy-genome_mcp.core.evolution_tools.*]
ignore_errors = True
[mypy-genome_mcp.core.tools.*]
ignore_errors = True
[mypy-genome_mcp.__init__.*]
ignore_errors = True
[mypy-tests.*]
ignore_errors = True
[mypy-examples.*]
ignore_errors = True