From 97c8b299b1f12ff837b1e5111d3e386b90fd7ac2 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Sun, 28 Sep 2025 11:36:43 +0530 Subject: [PATCH] fix: add mcp name to readme --- README.md | 2 ++ pyproject.toml | 2 +- server.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ec6c2f..fdefa72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Appwrite MCP server +mcp-name: io.github.appwrite/mcp-for-api + [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=appwrite&config=eyJjb21tYW5kIjoidXZ4IG1jcC1zZXJ2ZXItYXBwd3JpdGUgLS11c2VycyIsImVudiI6eyJBUFBXUklURV9BUElfS0VZIjoiPHlvdXItYXBpLWtleT4iLCJBUFBXUklURV9QUk9KRUNUX0lEIjoiPHlvdXItcHJvamVjdC1pZD4iLCJBUFBXUklURV9FTkRQT0lOVCI6Imh0dHBzOi8vPFJFR0lPTj4uY2xvdWQuYXBwd3JpdGUuaW8vdjEifX0%3D) ## Overview diff --git a/pyproject.toml b/pyproject.toml index fbaca09..bb14ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-appwrite" -version = "0.2.6" +version = "0.2.7" description = "MCP (Model Context Protocol) server for Appwrite" readme = "README.md" requires-python = ">=3.12" diff --git a/server.json b/server.json index 59cb8a4..75979bc 100644 --- a/server.json +++ b/server.json @@ -2,14 +2,14 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json", "name": "io.github.appwrite/mcp-for-api", "description": "MCP (Model Context Protocol) server for Appwrite", - "version": "0.2.6", + "version": "0.2.7", "repository": { "url": "https://github.com/appwrite/mcp-for-api", "source": "github" }, "packages": [ { - "version": "0.2.6", + "version": "0.2.7", "registryType": "pypi", "identifier": "mcp-server-appwrite", "transport": {