Skip to main content
Glama

Europe PMC Literature Search MCP Server

by gqy20
mypy.ini653 B
[mypy] # mypy配置文件 python_version = 3.10 warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true check_untyped_defs = true disallow_untyped_decorators = true no_implicit_optional = true warn_redundant_casts = true warn_unused_ignores = true warn_no_return = true warn_unreachable = true strict_equality = true # 忽略的模块 [mypy-tests.*] disallow_untyped_defs = false [mypy-pytest.*] ignore_missing_imports = true [mypy-unittest.mock.*] ignore_missing_imports = true # 项目特定模块 [mypy-src.*] disallow_untyped_defs = true [mypy-tool_modules.*] disallow_untyped_defs = true

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/gqy20/article-mcp'

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