This commit is contained in:
Ishaan Jaffer
2025-09-19 17:32:56 -07:00
parent 98f33843d9
commit 1e20e56715
+3 -1
View File
@@ -186,7 +186,9 @@ class MCPClient:
def _get_auth_headers(self) -> dict:
"""Generate authentication headers based on auth type."""
headers = {}
headers = {
"MCP-Protocol-Version": "2025-06-18"
}
if self._mcp_auth_value:
if self.auth_type == MCPAuth.bearer_token: