From 6ad4a9b303356717a60482615c7dd279dcc2b7e5 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:30:14 +0900 Subject: [PATCH] chore(mcp-server): fix author and repository to DayuanJiang (#529) --- packages/mcp-server/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index 1015784..5bc0a9a 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@next-ai-drawio/mcp-server", - "version": "0.1.11", + "version": "0.1.12", "description": "MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview", "type": "module", "main": "dist/index.js", @@ -21,16 +21,16 @@ "claude", "model-context-protocol" ], - "author": "Biki-dev", + "author": "DayuanJiang", "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/Biki-dev/next-ai-draw-io", + "url": "https://github.com/DayuanJiang/next-ai-draw-io", "directory": "packages/mcp-server" }, "homepage": "https://next-ai-drawio.jiang.jp", "bugs": { - "url": "https://github.com/Biki-dev/next-ai-draw-io/issues" + "url": "https://github.com/DayuanJiang/next-ai-draw-io/issues" }, "publishConfig": { "access": "public"