mcp: rename tools to camelCase

This commit is contained in:
Adrià Arrufat committed 2026-05-24 11:13:56 +02:00
1 parent 1151e03181
commit bd861f5ac0
6 files changed
+62 -54

No files matched your search

+1 -1
View File
@@ -99,7 +99,7 @@ pub const Command = union(enum) {
}
// Iterate the schema (not the ObjectMap) so the line order is
// stable across providers — MCP script_heal looks lines up
// stable across providers — MCP scriptHeal looks lines up
// verbatim.
for (s.fields) |f| {
const v = args.get(f.name) orelse continue;