Skip to content

Commit e896ce2

Browse files
committed
Docs: add import for mcp.type
1 parent 19eb2e8 commit e896ce2

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
@@ -807,7 +807,7 @@ Clients can also connect using [Streamable HTTP transport](https://modelcontextp
807807

808808
```python
809809
from mcp.client.streamable_http import streamablehttp_client
810-
from mcp import ClientSession
810+
from mcp import ClientSession, types
811811

812812

813813
async def main():

0 commit comments

Comments
 (0)