diff --git a/pyproject.toml b/pyproject.toml index adeb0d5..bc451cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-appwrite" -version = "0.8.3" +version = "0.8.4" description = "MCP (Model Context Protocol) server for Appwrite" readme = "README.md" requires-python = ">=3.12" diff --git a/src/mcp_server_appwrite/constants.py b/src/mcp_server_appwrite/constants.py index f408f4f..4bcd576 100644 --- a/src/mcp_server_appwrite/constants.py +++ b/src/mcp_server_appwrite/constants.py @@ -14,7 +14,7 @@ # --- server --------------------------------------------------------------- -SERVER_VERSION = "0.8.3" +SERVER_VERSION = "0.8.4" DEFAULT_ENDPOINT = "https://cloud.appwrite.io/v1" # Region reported by single-region deployments; carries no region subdomain. diff --git a/uv.lock b/uv.lock index 64e4c06..c45df1f 100644 --- a/uv.lock +++ b/uv.lock @@ -639,7 +639,7 @@ cli = [ [[package]] name = "mcp-server-appwrite" -version = "0.8.3" +version = "0.8.4" source = { editable = "." } dependencies = [ { name = "appwrite" },