Commit 75cca7c
committed
feat(orchestrator): use real MCP tool schemas in adapter for LLM tool calling
MCPProvider interface now includes ListToolSchemas() which returns
tool name, description, and parameter JSON Schema. The adapter
passes these to the LLM so it knows what arguments each tool accepts.
Updated workflow dependency to v0.10.2.1 parent be9331f commit 75cca7c
4 files changed
Lines changed: 77 additions & 233 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
252 | 251 | | |
253 | 252 | | |
254 | 253 | | |
255 | | - | |
256 | 254 | | |
257 | 255 | | |
258 | 256 | | |
| |||
0 commit comments