Skip to content

Commit f5e2645

Browse files
authored
Merge pull request #29 from appwrite/remove-websiteurl
2 parents 033edfc + fa51f36 commit f5e2645

File tree

2 files changed

+4
-5
lines changed

2 files changed

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

server.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
3-
"name": "io.appwrite/mcp-for-api",
3+
"name": "io.github.appwrite/mcp-for-api",
44
"description": "MCP (Model Context Protocol) server for Appwrite",
5-
"version": "0.2.4",
6-
"websiteUrl": "https://appwrite.io/docs/tooling/mcp/api",
5+
"version": "0.2.5",
76
"repository": {
87
"url": "https://github.com/appwrite/mcp-for-api",
98
"source": "github"
109
},
1110
"packages": [
1211
{
13-
"version": "0.2.4",
12+
"version": "0.2.5",
1413
"registryType": "pypi",
1514
"identifier": "mcp-server-appwrite",
1615
"transport": {

0 commit comments

Comments
 (0)