···28 pytest-asyncio
29 ];
3000000000000031 meta = {
32 description = "MCP server which proxies other MCP servers from stdio to SSE or from SSE to stdio";
33 homepage = "https://github.com/sparfenyuk/mcp-proxy";
···28 pytest-asyncio
29 ];
3031+ disabledTests = [
32+ # AssertionError: expected call not found.
33+ # Expected: mock(PromptReference(type='ref/prompt', name='name'), CompletionArgument(name='name', value='value'))
34+ # Actual: mock(PromptReference(type='ref/prompt', name='name'), CompletionArgument(name='name', value='value'), None)
35+ "test_call_tool[server-AsyncMock]"
36+ "test_call_tool[proxy-AsyncMock]"
37+ "test_complete[server-AsyncMock]"
38+ "test_complete[proxy-AsyncMock]"
39+ ];
40+41+ __darwinAllowLocalNetworking = true;
42+43 meta = {
44 description = "MCP server which proxies other MCP servers from stdio to SSE or from SSE to stdio";
45 homepage = "https://github.com/sparfenyuk/mcp-proxy";