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:
2
codex-rs/exec-command-mcp/src/error_code.rs
Normal file
2
codex-rs/exec-command-mcp/src/error_code.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub(crate) const INVALID_REQUEST_ERROR_CODE: i64 = -32600;
|
||||
pub(crate) const INTERNAL_ERROR_CODE: i64 = -32603;
|
||||
Reference in New Issue
Block a user