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