@components-kit/open-workbook-mcp-server 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ const STYLE_COPY_TOOL_DIMENSIONS = {
45
45
  "excel.style.copy_hidden_rows_columns": "hiddenRowsColumns"
46
46
  };
47
47
  const runtime = await createRuntimeFacade();
48
- const runtimeVersion = process.env.OPEN_WORKBOOK_VERSION ?? "0.1.3";
48
+ const runtimeVersion = process.env.OPEN_WORKBOOK_VERSION ?? "0.1.4";
49
49
  const server = new McpServer({
50
50
  name: "open-workbook",
51
51
  version: runtimeVersion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@components-kit/open-workbook-mcp-server",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "MCP stdio server exposing Open Workbook Excel automation tools.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@modelcontextprotocol/sdk": "^1.7.0",
37
37
  "zod": "^3.24.1",
38
- "@components-kit/open-workbook-backend": "0.1.3",
39
- "@components-kit/open-workbook-protocol": "0.1.3"
38
+ "@components-kit/open-workbook-backend": "0.1.4",
39
+ "@components-kit/open-workbook-protocol": "0.1.4"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "^5.7.3",