mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
feat: exec-command-mcp
This commit is contained in:
6
codex-rs/exec-command-mcp/src/session_id.rs
Normal file
6
codex-rs/exec-command-mcp/src/session_id.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use schemars::JsonSchema;
|
||||
use serde::Deserialize;
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize, JsonSchema)]
|
||||
pub(crate) struct SessionId(pub u32);
|
||||
Reference in New Issue
Block a user