mirror of
https://github.com/katanemo/plano.git
synced 2026-05-24 14:05:14 +02:00
add MCP raw filter support: body+path args, update mcp_filter demo handlers
This commit is contained in:
parent
d26abbfb9c
commit
b88bdb94f2
16 changed files with 226 additions and 116 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue