Skip to content

Commit 5fbf607

Browse files
authored
Fix MCP doc test (#1511)
1 parent 9e33c8f commit 5fbf607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mistralrs-mcp/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
//! name: "Hugging Face MCP Server".to_string(),
5454
//! source: McpServerSource::Http {
5555
//! url: "https://hf.co/mcp".to_string(),
56-
//! ..Default::default()
56+
//! timeout_secs: None,
57+
//! headers: None,
5758
//! },
5859
//! bearer_token: Some("hf_xxx".to_string()),
5960
//! ..Default::default()

0 commit comments

Comments
 (0)