From 276eafecbde1c5909a8ef837e14ebaafbf53cd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=87=95=E8=B5=84=E4=BC=9F?= <> Date: Thu, 11 Jun 2026 05:20:56 +0800 Subject: [PATCH] Add package source metadata --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aacf507..a940553 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,13 @@ "client" ], "homepage": "https://github.com/ConardLi/mcp-client-nodejs", + "repository": { + "type": "git", + "url": "https://github.com/ConardLi/mcp-client-nodejs" + }, + "bugs": { + "url": "https://github.com/ConardLi/mcp-client-nodejs/issues" + }, "author": "ConardLi", "license": "Apache License 2.0", "dependencies": { @@ -29,4 +36,4 @@ "@types/node": "^22.14.0", "typescript": "^5.8.3" } -} \ No newline at end of file +}