@lexq/cli 0.1.44 → 0.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/mcp/register.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3256,7 +3256,7 @@ function registerStatusTools(server, callApi) {
|
|
|
3256
3256
|
"lexq_whoami",
|
|
3257
3257
|
{
|
|
3258
3258
|
title: "Who Am I",
|
|
3259
|
-
description: "Show current authentication info (tenant
|
|
3259
|
+
description: "Show current authentication info (tenant ID, user ID, role).",
|
|
3260
3260
|
inputSchema: {}
|
|
3261
3261
|
},
|
|
3262
3262
|
async () => callApi("GET", "whoami")
|
package/dist/mcp/register.js
CHANGED
|
@@ -4,7 +4,7 @@ function registerStatusTools(server, callApi) {
|
|
|
4
4
|
"lexq_whoami",
|
|
5
5
|
{
|
|
6
6
|
title: "Who Am I",
|
|
7
|
-
description: "Show current authentication info (tenant
|
|
7
|
+
description: "Show current authentication info (tenant ID, user ID, role).",
|
|
8
8
|
inputSchema: {}
|
|
9
9
|
},
|
|
10
10
|
async () => callApi("GET", "whoami")
|