MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / cursor_plugin_mcp

Function cursor_plugin_mcp

src/agents/cursor.rs:275–277  ·  view source on GitHub ↗
(raw: &str, tracedecay_bin: &str)

Source from the content-addressed store, hash-verified

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

Callers 1

write_embedded_pluginFunction · 0.85

Calls 1

set_mcp_commandFunction · 0.70

Tested by

no test coverage detected