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

Function defs

src/tool_command/tests.rs:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2use serde_json::json;
3
4fn defs() -> Vec<ToolDefinition> {
5 get_tool_definitions()
6}
7
8fn def(name: &str) -> ToolDefinition {
9 defs()

Callers 3

defFunction · 0.85
unknown_tool_name_errorsFunction · 0.85

Calls 1

get_tool_definitionsFunction · 0.85

Tested by

no test coverage detected