We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mdlopresti/mealie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•276 B
"""
End-to-end tests for Mealie MCP Server.
These tests validate against a real Mealie instance and require:
- MEALIE_E2E_URL: URL of the Mealie instance
- MEALIE_E2E_TOKEN: API token for authentication
Tests are skipped gracefully if environment variables are not set.
"""