mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-24 09:14:21 +01:00
chore: revert doc changes
This commit is contained in:
committed by
David Soria Parra
parent
6f108f7f7c
commit
34a257147b
@@ -135,7 +135,14 @@ async def run():
|
||||
await server.run(
|
||||
read_stream,
|
||||
write_stream,
|
||||
server.create_initialization_options("0.1.0") # user visible version number
|
||||
InitializationOptions(
|
||||
server_name="example",
|
||||
server_version="0.1.0",
|
||||
capabilities=server.get_capabilities(
|
||||
notification_options=NotificationOptions(),
|
||||
experimental_capabilities={},
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user