diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4edbc1510..be971afcf 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -83,3 +83,5 @@ jobs: # Uses OIDC trusted publishing - no NPM_TOKEN needed # Configure at: https://www.npmjs.com/package/@modelcontextprotocol/ext-apps/access - run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }} + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 81f04cf20..39efc4d88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@modelcontextprotocol/ext-apps", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@modelcontextprotocol/ext-apps", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "workspaces": [ "examples/*" diff --git a/package.json b/package.json index 8d851e486..6b0c55951 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "homepage": "https://github.com/modelcontextprotocol/ext-apps", "name": "@modelcontextprotocol/ext-apps", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "description": "MCP Apps SDK — Enable MCP servers to display interactive user interfaces in conversational clients.", "type": "module",