Skip to content

Commit 006f123

Browse files
fix: add @bnb-chain/mcp npm metadata links
1 parent a133675 commit 006f123

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"bin": {
1919
"bnbchain-mcp": "./dist/index.js"
2020
},
21-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
2224
"publishConfig": {
2325
"access": "public"
2426
},
@@ -43,5 +45,15 @@
4345
"typescript": "^5.0.0"
4446
},
4547
"license": "MIT",
46-
"trustedDependencies": ["@biomejs/biome"]
48+
"trustedDependencies": [
49+
"@biomejs/biome"
50+
],
51+
"homepage": "https://github.com/bnb-chain/bnbchain-mcp#readme",
52+
"repository": {
53+
"type": "git",
54+
"url": "git+https://github.com/bnb-chain/bnbchain-mcp.git"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/bnb-chain/bnbchain-mcp/issues"
58+
}
4759
}

0 commit comments

Comments
 (0)