You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using MCP client with Python 3.12 on Windows, it fails to connect to the server with a NotImplementedError. This is happening because asyncio subprocess functionality is not properly implemented in Python 3.12 on Windows.
To Reproduce
Steps to reproduce the behavior:
Install Python 3.12 on Windows
Install MCP and required packages
Create a simple MCP server script and MCP client
Try to connect to the server using the client
See error: NotImplementedError is raised in asyncio's _make_subprocess_transport method
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop
OS: [Windows 10]
Browser [chrome]
Package versions: anyio, mcp, asyncio standard library
Additional context
it works fine with macos.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using MCP client with Python 3.12 on Windows, it fails to connect to the server with a NotImplementedError. This is happening because asyncio subprocess functionality is not properly implemented in Python 3.12 on Windows.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop
Additional context
it works fine with macos.
The text was updated successfully, but these errors were encountered: