diff --git a/codex-rs/app-server/README.md b/codex-rs/app-server/README.md index 2e059dd6c4..7176b062e8 100644 --- a/codex-rs/app-server/README.md +++ b/codex-rs/app-server/README.md @@ -93,15 +93,11 @@ extended forms, clients must handle the request envelope, including a fallback for unsupported field types. `mcpServerOpenaiFormElicitation: true` remains a legacy alias for declaring the `openai/form` extension. -`openai/standard-form-input` indicates support for collecting and returning -input from standard MCP forms. - ```json { "capabilities": { "extensions": { "openai/form": {}, - "openai/standard-form-input": {}, "io.modelcontextprotocol/ui": { "mimeTypes": ["text/html;profile=mcp-app"] }