feat: add meta plugin configuration support
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -351,8 +351,10 @@ impl ItemService {
|
||||
MetaPluginType::Hostname,
|
||||
];
|
||||
|
||||
let mut plugins: Vec<Box<dyn MetaPlugin>> =
|
||||
plugin_types.iter().map(|p| get_meta_plugin(p.clone())).collect();
|
||||
let mut plugins: Vec<Box<dyn MetaPlugin>> = plugin_types
|
||||
.iter()
|
||||
.map(|p| get_meta_plugin(p.clone()))
|
||||
.collect();
|
||||
debug!("ITEM_SERVICE: Created {} meta plugins for MCP item", plugins.len());
|
||||
|
||||
self.meta_service
|
||||
|
||||
Reference in New Issue
Block a user