We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12a0d3 commit 2e13d82Copy full SHA for 2e13d82
1 file changed
src/mcp/crate_docs.rs
@@ -31,8 +31,12 @@ impl CrateDocs {
31
"type": "string",
32
"description": "The optional name of a symbol in the documentation. If not provided, the main readme for the dependency will be returned."
33
},
34
+ "file": {
35
+ "type": "string",
36
+ "description": "The absolute path to the `Cargo.toml` file of the project"
37
+ }
38
- "required": ["dependency"]
39
+ "required": ["dependency", "file"]
40
}),
41
}
42
0 commit comments