diff --git a/unraid_mcp/core/client.py b/unraid_mcp/core/client.py index 805378b..b3f511d 100644 --- a/unraid_mcp/core/client.py +++ b/unraid_mcp/core/client.py @@ -193,7 +193,6 @@ async def make_graphql_request( headers = { "Content-Type": "application/json", "X-API-Key": UNRAID_API_KEY, - "User-Agent": f"UnraidMCPServer/{VERSION}", # Custom user-agent } payload: dict[str, Any] = {"query": query}