From 8eb29309f1b36932964c5746981d52679b25eb89 Mon Sep 17 00:00:00 2001 From: wowsofine Date: Mon, 8 Jun 2026 18:30:24 +0800 Subject: [PATCH] Add npm source and issue metadata --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 09a33ee..c1a3e2b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,14 @@ "name": "@anthropic-ai/mcpb", "description": "Tools for building MCP Bundles", "version": "2.1.2", + "homepage": "https://github.com/modelcontextprotocol/mcpb#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/modelcontextprotocol/mcpb.git" + }, + "bugs": { + "url": "https://github.com/modelcontextprotocol/mcpb/issues" + }, "type": "module", "main": "dist/index.js", "module": "dist/index.js",