diff --git a/pyproject.toml b/pyproject.toml index cf8b142..1530a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-appwrite" -version = "0.2.4" +version = "0.2.5" description = "MCP (Model Context Protocol) server for Appwrite" readme = "README.md" requires-python = ">=3.12" diff --git a/server.json b/server.json index aafcbb6..23f9840 100644 --- a/server.json +++ b/server.json @@ -1,16 +1,15 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json", - "name": "io.appwrite/mcp-for-api", + "name": "io.github.appwrite/mcp-for-api", "description": "MCP (Model Context Protocol) server for Appwrite", - "version": "0.2.4", - "websiteUrl": "https://appwrite.io/docs/tooling/mcp/api", + "version": "0.2.5", "repository": { "url": "https://github.com/appwrite/mcp-for-api", "source": "github" }, "packages": [ { - "version": "0.2.4", + "version": "0.2.5", "registryType": "pypi", "identifier": "mcp-server-appwrite", "transport": {