Skip to content

Commit 043e580

Browse files
authored
fix: capabilities (#22)
1 parent 405c4f3 commit 043e580

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import tools from './lib/tools.js'
66

77
const server = new McpServer({
88
name: 'cds-mcp',
9-
version: '0.1.0',
10-
capabilities: {
11-
resources: {},
12-
roots: {}
13-
}
9+
version: '0.1.0'
1410
})
1511

1612
for (const t in tools) {

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)