File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ bin/t.js
1212data
1313.DS_Store
1414bin /test-feeds-news-watch.js
15+ __pycache__ /
Original file line number Diff line number Diff line change 1717from mcp .server import Server
1818from mcp .server .models import InitializationOptions
1919from mcp .server .stdio import stdio_server
20+ from mcp .server .lowlevel import NotificationOptions
2021from mcp .types import (
2122 Resource ,
2223 Tool ,
@@ -383,7 +384,10 @@ async def main():
383384 InitializationOptions (
384385 server_name = "graphiti-mcp" ,
385386 server_version = "1.0.0" ,
386- capabilities = server .get_capabilities (),
387+ capabilities = server .get_capabilities (
388+ notification_options = NotificationOptions (),
389+ experimental_capabilities = {}
390+ ),
387391 ),
388392 )
389393
You can’t perform that action at this time.
0 commit comments