@iblai/mcp 1.8.10 → 1.8.11

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.
@@ -1 +1 @@
1
- {"version":3,"file":"web-utils.d.ts","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;CA2WpB,CAAC"}
1
+ {"version":3,"file":"web-utils.d.ts","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;CAoXpB,CAAC"}
@@ -167,12 +167,16 @@ const {
167
167
  isMentorInappropriateContentEnabled,
168
168
  getAllMetadatas,
169
169
  getSupportEmail,
170
+ getLmsDashboardCoursesDisplay,
170
171
  } = useTenantMetadata({ org: tenantKey, spa: 'mentorAI' });
171
172
 
172
173
  // Check if reporting inappropriate content is enabled (defaults to true)
173
174
  if (isMentorInappropriateContentEnabled()) {
174
175
  // Show report button
175
176
  }
177
+
178
+ // Which courses the LMS dashboard shows: "catalog" | "enrolled" | "recommended"
179
+ const coursesDisplay = getLmsDashboardCoursesDisplay();
176
180
  \\\`\\\`\\\`
177
181
 
178
182
  **Tenant Metadata Config (MentorAI):**
@@ -183,6 +187,11 @@ if (isMentorInappropriateContentEnabled()) {
183
187
  - \\\`mentor_report_inappropriate_content\\\` (boolean, default: true) — Allow users to report inappropriate content
184
188
  - \\\`help_center_url\\\` (string, default: "https://docs.ibl.ai") — Help center URL
185
189
 
190
+ **Tenant Metadata Config (SkillsAI):**
191
+ - \\\`lms_dashboard_courses_display\\\` (select, default: "catalog") — Type of courses shown on the LMS dashboard page: \\\`catalog\\\`, \\\`enrolled\\\` or \\\`recommended\\\`. Read it via \\\`getLmsDashboardCoursesDisplay()\\\` so unset/unrecognized values resolve to the default.
192
+
193
+ **Select Settings:** a setting declaring an \\\`options\\\` array (\\\`{ value, label }[]\\\`) with \\\`type: 'select'\\\` is rendered as a dropdown by the Advanced tab automatically. Saved values missing from \\\`options\\\` fall back to \\\`defaultValue\\\`.
194
+
186
195
  ## Billing / Stripe Hooks
187
196
 
188
197
  ### useStripeUpgrade
@@ -1 +1 @@
1
- {"version":3,"file":"web-utils.js","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,0BAA0B;IAC/B,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqWV;CACA,CAAC"}
1
+ {"version":3,"file":"web-utils.js","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,0BAA0B;IAC/B,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8WV;CACA,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/mcp",
3
- "version": "1.8.10",
3
+ "version": "1.8.11",
4
4
  "description": "MCP server for IBL frontend packages documentation and guidance",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",