1 parent b81a448 commit 204c0fdCopy full SHA for 204c0fd
2 files changed
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.10.1
+RUN npm install -g @negokaz/excel-mcp-server@0.10.2
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.10.1",
+ "version": "0.10.2",
"description": "An MCP server that reads and writes spreadsheet data to MS Excel file",
"author": "negokaz",
"license": "MIT",
0 commit comments