Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| docs_rs_search_crates | Search for Rust crates by keywords on crates.io. |
| docs_rs_readme | Get README/overview content of the specified crate |
| docs_rs_get_item | Get documentation content of a specific item (module, struct, trait, enum, function, etc.) within a crate |
| docs_rs_search_in_crate | Search for traits, structs, methods, etc. from the crate's all.html page. To get a module, use docs_rs_get_item instead. |