(tracedecay_bin: &str)
| 329 | // --------------------------------------------------------------------------- |
| 330 | |
| 331 | fn 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 |
no outgoing calls
no test coverage detected