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•482 B
"""
Integration tests for Mealie MCP server.
Tests in this directory validate MCP protocol interactions without hitting
real API endpoints. They use mocked MealieClient responses to test:
1. MCP tool invocation and parameter validation
2. Response schema compliance with MCP protocol
3. Error handling and edge cases
4. Integration between tools and client layer
These tests sit between unit tests (isolated functions) and end-to-end tests
(full system with real API calls).
"""