add MCP raw filter support: body+path args, update mcp_filter demo handlers

This commit is contained in:
Adil Hafeez 2026-03-17 13:40:31 -07:00
parent d26abbfb9c
commit b88bdb94f2
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
16 changed files with 226 additions and 116 deletions

View file

@ -27,7 +27,7 @@ pub struct AgentFilterChain {
pub id: String,
pub default: Option<bool>,
pub description: Option<String>,
pub filter_chain: Option<Vec<String>>,
pub input_filters: Option<Vec<String>>,
}
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]