Skip to content

Commit e936990

Browse files
committed
chore: bump version to 0.8.0
1 parent 7e589fd commit e936990

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-appwrite"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
description = "MCP (Model Context Protocol) server for Appwrite"
55
readme = "README.md"
66
requires-python = ">=3.12"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
33
"name": "io.github.appwrite/mcp",
44
"description": "MCP (Model Context Protocol) server for Appwrite",
5-
"version": "0.7.1",
5+
"version": "0.8.0",
66
"repository": {
77
"url": "https://github.com/appwrite/mcp",
88
"source": "github"
@@ -15,7 +15,7 @@
1515
],
1616
"packages": [
1717
{
18-
"version": "0.7.1",
18+
"version": "0.8.0",
1919
"registryType": "pypi",
2020
"identifier": "mcp-server-appwrite",
2121
"transport": {

src/mcp_server_appwrite/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from .service import Service
4646
from .tool_manager import ToolManager
4747

48-
SERVER_VERSION = "0.7.1"
48+
SERVER_VERSION = "0.8.0"
4949

5050
DEFAULT_ENDPOINT = "https://cloud.appwrite.io/v1"
5151
DEFAULT_TRANSPORT = "stdio"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)