rename mcp_python to mcp

This commit is contained in:
David Soria Parra
2024-11-11 12:31:36 +00:00
parent aa164ab556
commit ed87ae9f06
31 changed files with 128 additions and 127 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from mcp_python.client.stdio import StdioServerParameters, stdio_client
from mcp_python.types import JSONRPCMessage, JSONRPCRequest, JSONRPCResponse
from mcp.client.stdio import StdioServerParameters, stdio_client
from mcp.types import JSONRPCMessage, JSONRPCRequest, JSONRPCResponse
@pytest.mark.anyio