We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c49d6 commit 67d57b3Copy full SHA for 67d57b3
Dockerfile
@@ -4,7 +4,7 @@ FROM node:20-slim AS release
4
# Set the working directory
5
WORKDIR /app
6
7
-RUN npm install -g @negokaz/excel-mcp-server@0.11.0
+RUN npm install -g @negokaz/excel-mcp-server@0.11.1
8
9
# Command to run the application
10
ENTRYPOINT ["excel-mcp-server"]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@negokaz/excel-mcp-server",
3
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "An MCP server that reads and writes spreadsheet data to MS Excel file",
"author": "negokaz",
"license": "MIT",
0 commit comments