mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-08-17 22:37:12 +02:00
Move is_stateless_http_server metadata assignment to the Streamable route from the common metadata method.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user