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

Function mcp_server_entry

src/agents/kiro.rs:331–337  ·  view source on GitHub ↗
(tracedecay_bin: &str)

Source from the content-addressed store, hash-verified

329// ---------------------------------------------------------------------------
330
331fn mcp_server_entry(tracedecay_bin: &str) -> serde_json::Value {
332 json!({
333 "command": tracedecay_bin,
334 "args": ["serve"],
335 "disabled": false
336 })
337}
338
339/// Render a path as a `file://` resource URI for Kiro's agent config. Reuses
340/// the LSP client's encoder, which additionally handles Windows drive paths and

Callers 1

install_mcp_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected