Skip to content

Commit d413cd7

Browse files
committed
Docs: add import for mcp.type
1 parent a0268d2 commit d413cd7

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)