Skip to content

Commit bd1fcae

Browse files
committed
Docs: add import for mcp.type
1 parent d6b8732 commit bd1fcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ Clients can also connect using [Streamable HTTP transport](https://modelcontextp
795795

796796
```python
797797
from mcp.client.streamable_http import streamablehttp_client
798-
from mcp import ClientSession
798+
from mcp import ClientSession, types
799799

800800

801801
async def main():

0 commit comments

Comments
 (0)