Skip to content

Commit 8eb2930

Browse files
committed
Add npm source and issue metadata
1 parent 70fe3b3 commit 8eb2930

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "@anthropic-ai/mcpb",
33
"description": "Tools for building MCP Bundles",
44
"version": "2.1.2",
5+
"homepage": "https://github.com/modelcontextprotocol/mcpb#readme",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/modelcontextprotocol/mcpb.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/modelcontextprotocol/mcpb/issues"
12+
},
513
"type": "module",
614
"main": "dist/index.js",
715
"module": "dist/index.js",

0 commit comments

Comments
 (0)