Pulse/mcp-server/src
rcourtman 3250de8f6d fix(mcp): clarify Codex tool can implement changes, not just answer questions
The Codex MCP tool description was misleading - it said "Ask a question"
and "Returns a thoughtful response" which implied it was read-only.

In reality, Codex has full filesystem access and can create/modify files
directly since the MCP server executes the `codex` CLI agent which has
full implementation capabilities.

**Changes:**
- Updated description to clarify Codex can "implement changes or answer questions"
- Added note that "Codex has full filesystem access and can create/modify files directly"
- Updated inputSchema description from "question" to "question or implementation task"
- Updated comment from "for initial questions" to "for both questions and implementation"

This prevents confusion about Codex being a read-only Q&A tool when it's
actually a full implementation agent.
2025-11-19 10:10:35 +00:00
..
index.ts fix(mcp): clarify Codex tool can implement changes, not just answer questions 2025-11-19 10:10:35 +00:00