Commit 8d5360e
committed
Fix ResponseFactory::map() method not found error in CallToolWithExecutor
- Call ->responses() first to get Collection before using ->map() and ->contains()
- Fixes BadMethodCallException when executing MCP tools
- Resolves issue where ResponseFactory was being treated as a Collection1 parent 7e676d7 commit 8d5360e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
0 commit comments