chore: Add openid scope to nc_notes_get_vector_sync_status
This commit is contained in:
@@ -729,6 +729,7 @@ def configure_notes_tools(mcp: FastMCP):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@mcp.tool()
|
@mcp.tool()
|
||||||
|
@require_scopes("openid")
|
||||||
async def nc_notes_get_vector_sync_status(ctx: Context) -> VectorSyncStatusResponse:
|
async def nc_notes_get_vector_sync_status(ctx: Context) -> VectorSyncStatusResponse:
|
||||||
"""Get the current vector sync status.
|
"""Get the current vector sync status.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user