UnrecognizedToolsets returns toolset IDs that were passed to WithToolsets but don't match any registered toolsets. This is useful for warning users about typos.
()
| 65 | // UnrecognizedToolsets returns toolset IDs that were passed to WithToolsets but don't |
| 66 | // match any registered toolsets. This is useful for warning users about typos. |
| 67 | func (r *Inventory) UnrecognizedToolsets() []string { |
| 68 | return r.unrecognizedToolsets |
| 69 | } |
| 70 | |
| 71 | // MCP method constants for use with ForMCPRequest. |
| 72 | const ( |
no outgoing calls