Skip to content

Commit 31a682a

Browse files
committed
0.2.2
1 parent 3e7ffdd commit 31a682a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box-mcp-server",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"type": "module",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function readBoxFile(fileId: string) {
110110
const server = new Server(
111111
{
112112
name: 'box-mcp-server',
113-
version: '0.2.1',
113+
version: '0.2.2',
114114
},
115115
{
116116
capabilities: {

0 commit comments

Comments
 (0)