Skip to content

Commit 9049f03

Browse files
fix: use correct tools capability format in server setup
1 parent 773fb8d commit 9049f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filesystem/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const server = new Server(
164164
{
165165
capabilities: {
166166
listChanged: false,
167-
tools: true,
167+
tools: {},
168168
},
169169
},
170170
);

0 commit comments

Comments
 (0)