(raw: &str, tracedecay_bin: &str)
| 273 | } |
| 274 | |
| 275 | fn cursor_plugin_mcp(raw: &str, tracedecay_bin: &str) -> Result<String> { |
| 276 | super::plugin_bundle::set_mcp_command(raw, tracedecay_bin) |
| 277 | } |
| 278 | |
| 279 | fn cursor_plugin_hooks(raw: &str, tracedecay_bin: &str) -> Result<String> { |
| 280 | let mut hooks: serde_json::Value = serde_json::from_str(raw)?; |
no test coverage detected