@idealyst/mcp-server 1.2.142 → 1.2.143

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 CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  storageGuides,
8
8
  toolDefinitions,
9
9
  translateGuides
10
- } from "./chunk-OZEXGM75.js";
10
+ } from "./chunk-YNHBUSGH.js";
11
11
 
12
12
  // src/index.ts
13
13
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -1258,6 +1258,7 @@ var componentMetadata = {
1258
1258
  "Custom cell rendering via column `render` function",
1259
1259
  "Custom column titles (ReactNode) \u2014 render icons, badges, or any element as header",
1260
1260
  "Footer row support \u2014 static content or computed from data via `footer` callback",
1261
+ "Row dividers via `dividers` prop \u2014 works with any table type",
1261
1262
  "Striped, bordered, and standard type variants",
1262
1263
  "Column alignment (left, center, right)"
1263
1264
  ],