Skip to main content
Glama
responses.py353 B
"""Helper functions for the Trakt MCP server.""" from typing import Any def format_error_response(message: str) -> dict[str, Any]: """Format an error response for API errors. Args: message: The error message Returns: Formatted error response """ return { "error": True, "message": message, }

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/wwiens/trakt_mcpserver'

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