Skip to content

Commit d418bfa

Browse files
authored
Merge pull request #38 from appwrite/fix-schema-version
fix: update schema to fix deprecated schema error
2 parents ad6a6d5 + 1102229 commit d418bfa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.3.1"
3+
version = "0.3.2"
44
description = "MCP (Model Context Protocol) server for Appwrite"
55
readme = "README.md"
66
requires-python = ">=3.12"

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.appwrite/mcp-for-api",
44
"description": "MCP (Model Context Protocol) server for Appwrite",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"repository": {
77
"url": "https://github.com/appwrite/mcp-for-api",
88
"source": "github"
99
},
1010
"packages": [
1111
{
12-
"version": "0.3.1",
12+
"version": "0.3.2",
1313
"registryType": "pypi",
1414
"identifier": "mcp-server-appwrite",
1515
"transport": {

src/mcp_server_appwrite/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def _run():
134134
write_stream,
135135
InitializationOptions(
136136
server_name="appwrite",
137-
server_version="0.3.1",
137+
server_version="0.3.2",
138138
capabilities=server.get_capabilities(
139139
notification_options=NotificationOptions(),
140140
experimental_capabilities={},

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)