Skip to content

Commit b2eb651

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 4fcce69 commit b2eb651

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
@@ -194,7 +194,7 @@ class MCPToolset(Toolset):
194194
"git_diff": {"repository": "repo_path"},
195195
"git_log": {"repository": "repo_path"},
196196
},
197-
# Map tool outputs to state keys
197+
# Map tool outputs to state keys for each tool
198198
outputs_to_state={
199199
"git_status": {"status_result": {"source": "status"}},
200200
"git_diff": {"diff_result": {}},

0 commit comments

Comments
 (0)