Commit 42d5547
Omar Abdelwahab
test: Mark test_mcp_tools_in_inference as xfail due to deprecated registration API
The test requires register_tool_group() which is deprecated. The new approach
is configuration-based registration in run.yaml files under registered_resources.tool_groups.
Example NEW approach:
registered_resources:
tool_groups:
- toolgroup_id: mcp::calculator
provider_id: model-context-protocol
mcp_endpoint:
uri: http://localhost:3000/sse
The old dynamic registration API (register_tool_group) is marked deprecated with
no runtime replacement yet. Test should be updated to use config-based approach.1 parent b5395fa commit 42d5547
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
0 commit comments