@paneui/mcp 0.0.25 → 0.0.26

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/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "0.0.25";
1
+ export declare const VERSION = "0.0.26";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Single source of the package version, reported in the MCP server's
2
2
  // serverInfo. Kept in sync with package.json by the release tooling.
3
- export const VERSION = "0.0.25";
3
+ export const VERSION = "0.0.26";
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@paneui/mcp",
3
- "version": "0.0.25",
3
+ "mcpName": "io.github.aerolalit/pane",
4
+ "version": "0.0.26",
4
5
  "description": "Model Context Protocol (stdio) server for Pane: lets any MCP client (Claude Desktop, Cursor, …) hand a human a rich interactive UI by URL and get structured data back.",
5
6
  "license": "MIT",
6
7
  "type": "module",
@@ -50,7 +51,7 @@
50
51
  },
51
52
  "dependencies": {
52
53
  "@modelcontextprotocol/sdk": "^1.20.0",
53
- "@paneui/core": "^0.0.25",
54
+ "@paneui/core": "^0.0.26",
54
55
  "zod": "^4.4.3"
55
56
  },
56
57
  "devDependencies": {
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.aerolalit/pane",
4
4
  "title": "Pane",
5
5
  "description": "Hand a human a rich interactive UI by URL and get structured data back — forms, approvals, pickers, dashboards, diff review — from any MCP client.",
6
- "version": "0.0.25",
6
+ "version": "0.0.26",
7
7
  "repository": {
8
8
  "url": "https://github.com/aerolalit/paneui",
9
9
  "source": "github"
@@ -13,7 +13,7 @@
13
13
  "registryType": "npm",
14
14
  "registryBaseUrl": "https://registry.npmjs.org",
15
15
  "identifier": "@paneui/mcp",
16
- "version": "0.0.25",
16
+ "version": "0.0.26",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  },