Skip to content

Commit f693fb3

Browse files
authored
Add LABKEY.mcpReady (#215)
1 parent 36ba92e commit f693fb3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.51.3 - 2026-05-15
2+
- Add `mcpReady` to types
3+
14
### 1.51.2 - 2026-05-12
25
- Package updates
36

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labkey/api",
3-
"version": "1.51.2",
3+
"version": "1.51.3",
44
"description": "JavaScript client API for LabKey Server",
55
"scripts": {
66
"build": "npm run build:dist && npm run build:docs",

src/labkey/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export type LabKey = {
127127
isDocumentClosed: string;
128128
jdkJavaDocLinkPrefix: string;
129129
login: LoginConfiguration;
130+
mcpReady?: boolean;
130131
moduleContext?: Record<string, any>;
131132
pageAdminMode: boolean;
132133
postParameters?: any;

0 commit comments

Comments
 (0)