Skip to content

Commit 3652778

Browse files
ochafikclaude
andcommitted
Add repository field to package.json
Required for npm provenance verification to link the package to the GitHub repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 085cd3d commit 3652778

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"homepage": "https://github.com/modelcontextprotocol/ext-apps",
32
"name": "@modelcontextprotocol/ext-apps",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/modelcontextprotocol/ext-apps"
6+
},
7+
"homepage": "https://github.com/modelcontextprotocol/ext-apps",
48
"version": "0.0.5",
59
"license": "MIT",
610
"description": "MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.",

0 commit comments

Comments
 (0)