Skip to content

Commit c03e99d

Browse files
authored
release: v0.0.4 (try using node token again) (#102)
* release: reinstate NODE_AUTH_TOKEN * v0.0.4
1 parent 5c96653 commit c03e99d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ jobs:
8383
# Uses OIDC trusted publishing - no NPM_TOKEN needed
8484
# Configure at: https://www.npmjs.com/package/@modelcontextprotocol/ext-apps/access
8585
- run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }}
86+
env:
87+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"homepage": "https://github.com/modelcontextprotocol/ext-apps",
33
"name": "@modelcontextprotocol/ext-apps",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"license": "MIT",
66
"description": "MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.",
77
"type": "module",

0 commit comments

Comments
 (0)