Skip to content

Commit 88b453d

Browse files
committed
fix: update server version
1 parent 0a06146 commit 88b453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function readBoxFile(fileId: string) {
105105
const server = new Server(
106106
{
107107
name: 'box-mcp-server',
108-
version: '0.1.9',
108+
version: '0.2.1',
109109
},
110110
{
111111
capabilities: {

0 commit comments

Comments
 (0)