@cplace/mcp-server 1.10.6 → 1.10.7

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.
@@ -8,4 +8,4 @@
8
8
  1. Configure `search` (and optionally `connectedWidgetId` for master-detail)
9
9
  2. Define visible columns via `columns` attribute
10
10
  3. Optionally configure sorting (`multiSortColumns`), filtering (`filters`), and grouping (`groupColumn`)
11
- 4. Configure display options via `displayOptions` multi-enum
11
+ 4. Configure display options via `displayOptions` multi-enum (always include `showLinksInNameColumn` unless explicitly told otherwise)
@@ -9,4 +9,6 @@
9
9
  - `showNewButton`: Show the "Create New" button
10
10
  - `displayRowsInCompactMode`: Display rows in compact/single-spaced mode
11
11
 
12
+ **Important**: Unless explicitly specified otherwise, `showLinksInNameColumn` should always be included when configuring `displayOptions`. Omitting it makes entity names plain text instead of clickable links, which is almost never desired.
13
+
12
14
  **Note**: When a new widget is created, default display options are applied automatically. The defaults include all options except `displayRowsInCompactMode`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cplace/mcp-server",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "description": "MCP server that provides Claude Desktop with tools to interact with cplace APIs",
5
5
  "main": "dist/public-api.js",
6
6
  "types": "dist/public-api.d.ts",