skip mcp test for http client

This commit is contained in:
Ashwin Bharambe 2025-05-24 07:56:14 -07:00
parent d92e69b9ee
commit 6294f31226

View file

@ -102,6 +102,9 @@ def mcp_server():
def test_mcp_invocation(llama_stack_client, mcp_server):
if not isinstance(llama_stack_client, LlamaStackAsLibraryClient):
pytest.skip("The local MCP server only reliably reachable from library client.")
port = mcp_server
test_toolgroup_id = "remote::mcptest"