Skip to main content
Glama

WorkFlowy MCP Server

by vladzima
mypy.ini708 B
[mypy] python_version = 3.10 warn_return_any = True warn_unused_configs = True disallow_untyped_defs = True disallow_any_unimported = False no_implicit_optional = True check_untyped_defs = True strict_optional = True warn_redundant_casts = True warn_unused_ignores = False warn_no_return = True warn_unreachable = True strict_equality = True [mypy-tests.*] disallow_untyped_defs = False check_untyped_defs = True [mypy-httpx.*] ignore_missing_imports = True [mypy-fastmcp.*] ignore_missing_imports = True [mypy-pydantic.*] ignore_missing_imports = True [mypy-pydantic_settings.*] ignore_missing_imports = True [mypy-dotenv.*] ignore_missing_imports = True [mypy-pytest.*] ignore_missing_imports = 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/vladzima/workflowy-mcp'

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