diff --git a/scripts/discordbot.py b/scripts/discordbot.py index 64e3a52..4be40b7 100644 --- a/scripts/discordbot.py +++ b/scripts/discordbot.py @@ -88,7 +88,8 @@ async def execute_mcp_tool(tool_name: str, arguments: dict) -> str: base_url = LITELLM_API_BASE.rstrip('/') headers = { "Authorization": f"Bearer {LITELLM_API_KEY}", - "Content-Type": "application/json" + "Content-Type": "application/json", + "Accept": "application/json" } debug_log(f"Executing MCP tool: {tool_name} with args: {arguments}")