We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75e3e6 commit c450f64Copy full SHA for c450f64
browsergym/core/src/browsergym/utils/mcp_server.py
@@ -176,7 +176,7 @@ async def decorator(*args, **kwargs):
176
177
178
for fn in ACTION_SUBSETS[args.subset]:
179
- validate =fn.__name__ in config.validate_actions
+ validate = fn.__name__ in config.validate_actions
180
mcp.add_tool(fn_wrapper(fn, validate))
181
182
if __name__ == "__main__":
0 commit comments