From 4da9b5194d65c671edce02e89691063cf27af55c Mon Sep 17 00:00:00 2001 From: GuDaStudio Date: Fri, 14 Nov 2025 11:27:59 +0800 Subject: [PATCH] =?UTF-8?q?v0.6.5=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=8F=90=E7=A4=BA=E8=AF=8D=E4=B8=BA=E2=80=9C=E4=B8=A5?= =?UTF-8?q?=E7=A6=81=E4=BD=BF=E7=94=A8=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/codexmcp/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codexmcp/server.py b/src/codexmcp/server.py index 168d758..e4d5086 100644 --- a/src/codexmcp/server.py +++ b/src/codexmcp/server.py @@ -157,7 +157,7 @@ async def codex( model: Annotated[ Optional[str], Field( - description="The model to use for the codex session. Default user configuration is applied; this parameter remains inactive unless explicitly specified by the user.", + description="The model to use for the codex session. This parameter is strictly prohibited unless explicitly specified by the user.", ), ] = None, yolo: Annotated[ @@ -168,7 +168,7 @@ async def codex( ] = False, profile: Annotated[ Optional[str], - "Configuration profile name to load from `~/.codex/config.toml`. Default user configuration is applied; this parameter remains inactive unless explicitly specified by the user.", + "Configuration profile name to load from `~/.codex/config.toml`. This parameter is strictly prohibited unless explicitly specified by the user.", ] = None, ) -> Dict[str, Any]: """Execute a Codex CLI session and return the results."""