You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -617,7 +617,7 @@ Codex includes a [Model Context Protocol](https://modelcontextprotocol.io/) (MCP
617
617
618
618
### Available Tools
619
619
620
-
The MCP server exposes 12 tools for AI agents:
620
+
The MCP server exposes 16 tools for AI agents:
621
621
622
622
| Tool | Description |
623
623
|------|-------------|
@@ -633,22 +633,58 @@ The MCP server exposes 12 tools for AI agents:
633
633
|`create_folder`| Create a new folder |
634
634
|`delete_folder`| Delete an empty folder |
635
635
|`rename_folder`| Rename a folder |
636
+
|`list_attachments`| List attachments in a folder |
637
+
|`upload_attachment`| Upload a file attachment |
638
+
|`get_attachment`| Download an attachment |
639
+
|`delete_attachment`| Delete an attachment |
636
640
637
641
### Client Configuration
638
642
643
+
> **Important**: Claude Desktop only supports **stdio** transport and cannot connect to HTTP-based MCP servers directly. You must use [`mcp-remote`](https://www.npmjs.com/package/mcp-remote) as a bridge. VS Code/GitHub Copilot supports native HTTP connections.
0 commit comments