mcp-codex-subagent 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,10 +106,10 @@ Use codex to return structuredContent with threadId metadata when available
106
106
  ## Development
107
107
 
108
108
  ```bash
109
- npm install # Install dependencies
110
- npm run dev # Development mode
111
- npm run build # Build for production
112
- npm test # Run tests
109
+ pnpm install # Install dependencies
110
+ pnpm dev # Development mode
111
+ pnpm build # Build for production
112
+ pnpm test # Run tests
113
113
  ```
114
114
 
115
115
  ## Related Projects
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-codex-subagent",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "MCP server for OpenAI Codex CLI with role-based templates, specialization overlays, and context file injection",
5
5
  "main": "dist/index.js",
6
6
  "bin": {