Skip to content

Commit 9d21d8b

Browse files
ochafikclaude
andauthored
release: 0.0.6 (#112)
* release: fix NPM_SECRET reference * release: 0.0.5 * 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]> * release: 0.0.6 --------- Co-authored-by: Claude <[email protected]>
1 parent 6b9beda commit 9d21d8b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)