Skip to content

Commit ae1fc42

Browse files
checkpoint 2, working
1 parent f37981e commit ae1fc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/docs/docs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,12 +440,12 @@ impl mcp_server::Router for DocRouter {
440440
.get("module")
441441
.and_then(|v| v.as_str())
442442
.map(|s| s.to_string());
443-
let filters = cratedocs_mcp::tools::item_list::ItemListFilters {
443+
let filters = item_list::ItemListFilters {
444444
item_type,
445445
visibility,
446446
module,
447447
};
448-
let result = cratedocs_mcp::tools::item_list::list_crate_items(
448+
let result = item_list::list_crate_items(
449449
&crate_name,
450450
&version,
451451
Some(filters),

0 commit comments

Comments
 (0)