Skip to content

Commit 6185597

Browse files
committed
Always support tools list changed notifications
1 parent a613da5 commit 6185597

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/server/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ impl Default for ServerConfig {
191191
prompts: Some(PromptCapabilities {
192192
list_changed: false,
193193
}),
194-
tools: Some(ToolCapabilities {
195-
list_changed: false,
196-
}),
194+
tools: Some(ToolCapabilities { list_changed: true }),
197195
}),
198196
}
199197
}

0 commit comments

Comments
 (0)