Skip to content

feat: SDK update for version 0.2.0 - #3

Open
atharvadeosthale wants to merge 1 commit into
mainfrom
dev
Open

feat: SDK update for version 0.2.0#3
atharvadeosthale wants to merge 1 commit into
mainfrom
dev

Conversation

@atharvadeosthale

@atharvadeosthale atharvadeosthale commented Jul 29, 2026

Copy link
Copy Markdown
Member

This PR contains updates to the plugin for version 0.2.0.

What's Changed

  • Breaking: Replaced appwrite-docs MCP server with the hosted server at https://mcp.appwrite.io/ in .mcp.json and config.toml
  • Updated: Descriptions reference the hosted Appwrite MCP server
  • Updated: SDK skills content refreshed

@atharvadeosthale atharvadeosthale changed the title feat: CodexPlugin SDK update for version 0.2.0 feat: SDK update for version 0.2.0 Jul 29, 2026
| `appwrite tables-db list-column-indexes --database-id <ID> --table-id <ID>` | List indexes |
| `appwrite tables-db create-column-index --database-id <ID> --table-id <ID>` | Create index |
| `appwrite tables-db delete-column-index --database-id <ID> --table-id <ID> --key <KEY>` | Delete index |
| `appwrite tablesdb list-tables --database-id <ID>` | List tables |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Invalid table command group

When Codex follows these table, column, or row examples, it invokes appwrite tablesdb, but the Appwrite CLI registers this command group as tables-db, causing the CLI to reject the command without performing the requested operation.

Prompt To Fix With AI
This is a comment left during a code review.
Path: plugins/appwrite/skills/appwrite-cli/SKILL.md
Line: 445

Comment:
**Invalid table command group**

When Codex follows these table, column, or row examples, it invokes `appwrite tablesdb`, but the Appwrite CLI registers this command group as `tables-db`, causing the CLI to reject the command without performing the requested operation.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Claude Code Fix in Codex

@greptile-apps

greptile-apps Bot commented Jul 29, 2026

Copy link
Copy Markdown

Greptile Summary

This release updates the plugin for SDK version 0.2.0.

  • Replaces the documentation-only MCP endpoint with the hosted OAuth-enabled Appwrite MCP server.
  • Updates plugin metadata, manual MCP configuration, and authentication instructions.
  • Renames the table database command shown throughout the Appwrite CLI skill.

Confidence Score: 3/5

The PR should not merge until the invalid tablesdb command examples are restored to the supported tables-db form.

Every table, column, and row example changed by this PR now directs Codex to invoke an unrecognized CLI command group, causing those operations to fail before reaching Appwrite.

Files Needing Attention: plugins/appwrite/skills/appwrite-cli/SKILL.md

Important Files Changed

Filename Overview
README.md Updates the version badge and documents hosted MCP OAuth setup consistently with the new server name.
plugins/appwrite/.codex-plugin/plugin.json Bumps the manifest to 0.2.0 and revises capability descriptions for the hosted MCP server.
plugins/appwrite/.mcp.json Replaces the documentation server with the direct hosted Appwrite HTTP MCP endpoint.
plugins/appwrite/config.toml Changes manual configuration from an mcp-remote subprocess to Codex’s direct HTTP MCP configuration.
plugins/appwrite/skills/appwrite-cli/SKILL.md Replaces valid tables-db commands with unsupported tablesdb invocations, breaking the affected examples.

Fix All in Claude Code Fix All in Codex

Prompt To Fix All With AI
### Issue 1
plugins/appwrite/skills/appwrite-cli/SKILL.md:445
**Invalid table command group**

When Codex follows these table, column, or row examples, it invokes `appwrite tablesdb`, but the Appwrite CLI registers this command group as `tables-db`, causing the CLI to reject the command without performing the requested operation.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Reviews (1): Last reviewed commit: "chore: update CodexPlugin SDK to 0.2.0" | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant