Move is_stateless_http_server metadata assignment to the Streamable route from the common metadata method.

This commit is contained in:
Hemang
2025-06-04 14:19:19 +02:00
parent 9053d89f25
commit da03dbe7c5
4 changed files with 9 additions and 13 deletions
-3
View File
@@ -2,7 +2,6 @@
import os
import uuid
from resources.mcp.sse.client.main import run as mcp_sse_client_run
from resources.mcp.stdio.client.main import run as mcp_stdio_client_run
from resources.mcp.streamable.client.main import run as mcp_streamable_client_run
@@ -12,8 +11,6 @@ import httpx
import pytest
import requests
from mcp.shared.exceptions import McpError
# Taken from docker-compose.test.yml
MCP_SSE_SERVER_HOST = "mcp-messenger-sse-server"
MCP_SSE_SERVER_PORT = 8123