@sealab/mcp-server 1.0.2 → 1.0.3

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.
@@ -212,7 +212,7 @@ async function applySavedSettingsToArticles<T extends { settingsName?: string; [
212
212
  return Promise.all(articles.map(applySavedSettingToArticle));
213
213
  }
214
214
 
215
- const ArticleItemSchema = z.object({
215
+ export const ArticleItemSchema = z.object({
216
216
  serialNumber: z.string(),
217
217
  positionName: z.string().max(25).describe(
218
218
  'Unique label for this cabinet within the order. Must be unique across ALL articles in the order. ' +