Skip to content

Commit 4fcce69

Browse files
vblagojesjrl
andauthored
Update integrations/mcp/src/haystack_integrations/tools/mcp/mcp_toolset.py
Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>
1 parent 1ee3494 commit 4fcce69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/mcp/src/haystack_integrations/tools/mcp/mcp_toolset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class MCPToolset(Toolset):
188188
server_info=StdioServerInfo(command="uvx", args=["mcp-server-git"]),
189189
tool_names=["git_status", "git_diff", "git_log"],
190190
191-
# Map state keys to tool parameters for each tool
191+
# Maps the state key "repository" to the tool parameter "repo_path" for each tool
192192
inputs_from_state={
193193
"git_status": {"repository": "repo_path"},
194194
"git_diff": {"repository": "repo_path"},

0 commit comments

Comments
 (0)