Get server capabilities
(&self)
| 117 | |
| 118 | /// Get server capabilities |
| 119 | pub async fn capabilities(&self) -> ServerCapabilities { |
| 120 | self.capabilities.read().await.clone() |
| 121 | } |
| 122 | |
| 123 | /// List available tools |
| 124 | pub async fn list_tools(&self) -> Result<Vec<McpTool>> { |