Skip to main content
Glama
mypy.ini761 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_calls = 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 # Specific configuration for filtered_data module [mypy-src.stdf_mcp.tools.filtered_data.*] # Allow gradual typing during development disallow_untyped_defs = True disallow_incomplete_defs = True # External dependencies that may not have types [mypy-openpyxl.*] ignore_missing_imports = True [mypy-matplotlib.*] ignore_missing_imports = True [mypy-numpy.*] ignore_missing_imports = True

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/henryxu21/stdf_mcp'

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