ui: show tool number (#2071)

This commit is contained in:
Lily Delalande
2025-04-07 19:49:58 -04:00
committed by GitHub
parent 4ea14d0766
commit 490944c3f8
12 changed files with 277 additions and 67 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ use mcp_core::tool::{Tool, ToolAnnotations};
super::routes::config_management::remove_extension,
super::routes::config_management::get_extensions,
super::routes::config_management::read_all_config,
super::routes::config_management::providers
super::routes::config_management::providers,
super::routes::agent::get_tools,
),
components(schemas(
super::routes::config_management::UpsertConfigQuery,