Skip to content

Commit 8bb9898

Browse files
authored
Merge pull request #37 from chainapsis/fix/npm-provenance-repository-url
fix: add repository metadata for npm provenance
2 parents 3c44fb9 + e590624 commit 8bb9898

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/server/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.7",
44
"license": "MIT",
55
"description": "Keplr MCP Server — AI agents can interact with Cosmos chains via Model Context Protocol",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/chainapsis/keplr-wallet-mcp"
9+
},
610
"type": "module",
711
"main": "dist/index.js",
812
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)