Skip to content

Commit e774777

Browse files
config npm and public zoom mcp server to npm register
1 parent d3b0b2c commit e774777

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.github
2+
.vscode

common/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "v0.5";
1+
export const VERSION = "v0.6";

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zoom-mcp-server",
3-
"version": "1.0.0",
3+
"version": "v0.6",
44
"description": "Now you can date a ZOOM meeting with AI's help.",
55
"scripts": {
66
"build": "tsc && shx chmod +x dist/*.js",

0 commit comments

Comments
 (0)