Skip to content

Commit 05f282e

Browse files
committed
fix spelling
1 parent 289c671 commit 05f282e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codex-rs/core/src/config_types.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ pub struct McpServerConfig {
1919
#[serde(default)]
2020
pub env: Option<HashMap<String, String>>,
2121

22-
/// Startup timeout in milliseconds for initializing MCP server & initialially listing tools
22+
/// Startup timeout in milliseconds to initialize MCP server & initially listing tools
2323
#[serde(default)]
2424
pub startup_timeout_ms: Option<u64>,
2525
}
2626

2727
#[derive(Deserialize, Debug, Copy, Clone, PartialEq)]
28+
2829
pub enum UriBasedFileOpener {
2930
#[serde(rename = "vscode")]
3031
VsCode,

0 commit comments

Comments
 (0)