(
&mut self,
id: JsonRpcId,
params: McpInitializeParams,
)
| 709 | } |
| 710 | |
| 711 | pub async fn initialize( |
| 712 | &mut self, |
| 713 | id: JsonRpcId, |
| 714 | params: McpInitializeParams, |
| 715 | ) -> io::Result<JsonRpcResponse<McpInitializeResult>> { |
| 716 | self.request(id, "initialize", Some(params)).await |
| 717 | } |
| 718 | |
| 719 | pub async fn list_tools( |
| 720 | &mut self, |