mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"name": "@openai/codex-shell-tool-mcp",
|
|
"version": "0.0.0-dev",
|
|
"description": "Codex MCP server for the shell tool with patched Bash and exec wrappers.",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"bin": {
|
|
"codex-shell-tool-mcp": "bin/mcp-server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"vendor",
|
|
"patches",
|
|
"README.md"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openai/codex.git",
|
|
"directory": "shell-tool-mcp"
|
|
}
|
|
}
|