Skip to content

Commit 7b01529

Browse files
disable query agent (now that we are actually provisioning the McpService) (#7853)
## Rationale Don't show the example code. ## Related Pull Requests - <!-- list of links to related pull requests (replace this comment) --> ## Changes - <!-- list of descriptions of changes that are worth noting (replace this comment) --> <!-- list of standard tasks (remove this comment to enable) ## Tasks 📍 - [ ] Claude Code Review - [ ] Manual Testing - [ ] Test Automation - [ ] Verify Fix -->
1 parent 39a457a commit 7b01529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query/src/org/labkey/query/view/sourceQuery.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
boolean canEdit = queryDef.canEdit(getUser());
5353
boolean canEditMetadata = queryDef.canEditMetadata(getUser());
5454
boolean canDelete = queryDef.canDelete(getUser());
55-
boolean isChatReady = canEdit && McpService.get().isAIFeaturesReady();
55+
boolean isChatReady = false && canEdit && McpService.get().isAIFeaturesReady();
5656
%>
5757
<style type="text/css">
5858

0 commit comments

Comments
 (0)