Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created December 4, 2025 03:21
Show Gist options
  • Select an option

  • Save KyMidd/9f549fa9a25e703dfe762161d956d1f9 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/9f549fa9a25e703dfe762161d956d1f9 to your computer and use it in GitHub Desktop.
Before: Unpacking tuples in worker_agent.py
github_mcp_client, github_tools = build_github_mcp_client(...)
github_tools = add_prefix_to_mcp_tools(github_tools, "github")
tools.extend(github_tools)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment