mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-17 08:27:11 -04:00
mcp: rename tools to camelCase
This commit is contained in:
1 parent
1151e03181
commit
bd861f5ac0
6 files changed
+62
-54
No files matched your search
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user