chore: Add openid scope to nc_notes_get_vector_sync_status

This commit is contained in:
Chris Coutinho
2025-11-09 03:27:17 +01:00
parent a854656d3c
commit a6c76c5cc1
+1
View File
@@ -729,6 +729,7 @@ def configure_notes_tools(mcp: FastMCP):
)
@mcp.tool()
@require_scopes("openid")
async def nc_notes_get_vector_sync_status(ctx: Context) -> VectorSyncStatusResponse:
"""Get the current vector sync status.