We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1f334 commit c4b4092Copy full SHA for c4b4092
crates/rmcp/src/handler/server/router/tool.rs
@@ -221,8 +221,6 @@ where
221
222
pub fn add_route(&mut self, item: ToolRoute<S>) {
223
let new_name = &item.attr.name;
224
- // Validate tool name according to SEP specification
225
- // This validates both new routes and updates (when replacing a route with a different name)
226
validate_and_warn_tool_name(new_name);
227
self.map.insert(new_name.clone(), item);
228
}
0 commit comments