release: cut community v0.2.0
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user