Skip to content

Commit 044f098

Browse files
committed
fix: pass secrets in action and update mcpName
1 parent c5c6ba6 commit 044f098

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.changeset/fresh-times-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/mcp': patch
3+
---
4+
5+
fix: pass secrets in action and update `mcpName`

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Publish to MCP Registry
22

33
on:
44
workflow_call:
5+
secrets:
6+
MCP_KEY:
7+
required: true
58

69
jobs:
710
publish-mcp:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ jobs:
6565
needs: release
6666
if: needs.release.outputs.published == 'true'
6767
uses: ./.github/workflows/publish-mcp.yml
68+
secrets:
69+
MCP_KEY: ${{ secrets.MCP_KEY }}

packages/mcp-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.3",
44
"type": "module",
55
"license": "MIT",
6-
"mcpName": "io.github.sveltejs/svelte",
6+
"mcpName": "dev.svelte/mcp",
77
"homepage": "https://github.com/sveltejs/mcp#readme",
88
"bugs": {
99
"url": "https://github.com/sveltejs/mcp/issues"

0 commit comments

Comments
 (0)