feat: exec-command-mcp

This commit is contained in:
Michael Bolin
2025-08-19 18:04:11 -07:00
parent e58125e6c1
commit 7c94e4cab9
17 changed files with 1106 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
pub(crate) const INVALID_REQUEST_ERROR_CODE: i64 = -32600;
pub(crate) const INTERNAL_ERROR_CODE: i64 = -32603;