Skip to content

Commit

Permalink
Fix another error
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 21, 2024
1 parent f47cdd7 commit 4ad67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlite/src/mcp_server_sqlite/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ async def handle_call_tool(
_ = db._synthesize_memo()

# Notify clients that the memo resource has changed
await self.request_context.session.send_resource_updated(AnyUrl("memo://insights"))
await server.request_context.session.send_resource_updated(AnyUrl("memo://insights"))

return [types.TextContent(type="text", text="Insight added to memo")]

Expand Down

0 comments on commit 4ad67ea

Please sign in to comment.