From 3fea8a5834c190cc3c5533e6f6a92305a998128f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B4=E7=94=B0=E8=B2=B4=E5=8F=B8?= Date: Mon, 22 Sep 2025 18:58:00 +0900 Subject: [PATCH] Update package name and repository URLs --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a7b42ee..3ba90fc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@ticktick-ecosystem/mcp-server", + "name": "@marketing-shibata50/ticktick-mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for TickTick task management integration with AI assistants like Claude", "main": "dist/index.js", @@ -77,12 +77,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/ticktick-ecosystem/mcp-server.git" + "url": "https://github.com/marketing-shibata50/ticktick-mcp.git" }, "bugs": { - "url": "https://github.com/ticktick-ecosystem/mcp-server/issues" + "url": "https://github.com/marketing-shibata50/ticktick-mcp/issues" }, - "homepage": "https://github.com/ticktick-ecosystem/mcp-server#readme", + "homepage": "https://github.com/marketing-shibata50/ticktick-mcp#readme", "funding": { "type": "github", "url": "https://github.com/sponsors/ticktick-ecosystem"