()
| 320 | } |
| 321 | |
| 322 | func (i *responsesInterceptionBase) hasInjectableTools() bool { |
| 323 | return i.mcpProxy != nil && len(i.mcpProxy.ListTools()) > 0 |
| 324 | } |
| 325 | |
| 326 | // responseCopier helper struct to send original response to the client |
| 327 | type responseCopier struct { |