release: cut community v0.2.0

This commit is contained in:
github-ops
2026-05-14 20:21:54 +00:00
parent c080692df5
commit c28f07901a
5 changed files with 12 additions and 6 deletions
+2
View File
@@ -128,6 +128,7 @@ struct AgentRoutePath {
agent_slug: String,
}
#[allow(clippy::too_many_arguments)]
pub fn build_app(
registry: PostgresRegistry,
refresh_interval: Duration,
@@ -471,6 +472,7 @@ async fn mcp_post(
with_request_id_header(response, &transport_request_id)
}
#[allow(clippy::too_many_arguments)]
async fn handle_tool_call(
state: Arc<AppState>,
session: &SessionState,