Skip to main content
Glama

MCP Reminder Service

by xiaohui
mypy.ini701 B
[mypy] python_version = 3.11 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 show_error_codes = True show_column_numbers = True show_error_context = True pretty = True # 忽略第三方库的类型检查 [[mypy.aiohttp.*]] ignore_missing_imports = True [[mypy.aiohttp_socks.*]] ignore_missing_imports = True [[mypy.mcp.*]] ignore_missing_imports = True # 测试文件配置 [[mypy.tests.*]] disallow_untyped_defs = False

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/xiaohui/mcp_reminder'

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