(&self)
| 1336 | /// (the only caller, hence the `serve` gate). |
| 1337 | #[cfg(feature = "serve")] |
| 1338 | pub(crate) fn tool_executor(&self) -> &Arc<crate::tools::ToolExecutor> { |
| 1339 | &self.tool_executor |
| 1340 | } |
| 1341 | |
| 1342 | /// Remove an MCP server from this session. |
| 1343 | /// |
no outgoing calls
no test coverage detected