pub async fn list_tools_http(
config: &HttpConfig,
schema: &SchemaConfig,
) -> Result<Vec<Tool>, ListToolsError>Expand description
Lists tools from an HTTP MCP endpoint using the provided configuration.
pub async fn list_tools_http(
config: &HttpConfig,
schema: &SchemaConfig,
) -> Result<Vec<Tool>, ListToolsError>Lists tools from an HTTP MCP endpoint using the provided configuration.