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 +}