Skip to content

Commit ff23a53

Browse files
committed
Update MCP Publisher in GitHub Actions to 1.1.0
Upgrade dependencies and package manager
1 parent 5002538 commit ff23a53

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.github/workflows/mcp-registry-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install MCP Publisher
2020
run: |
21-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
21+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.1.0/mcp-publisher_1.1.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
2222
2323
- name: Login to MCP Registry
2424
run: ./mcp-publisher login github-oidc

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
},
3434
"dependencies": {
3535
"@hackmd/api": "^2.5.0",
36-
"@modelcontextprotocol/sdk": "^1.18.1",
36+
"@modelcontextprotocol/sdk": "^1.18.2",
3737
"cors": "^2.8.5",
3838
"dotenv": "^17.2.2",
3939
"express": "^5.1.0",
4040
"zod": "^3.25.76"
4141
},
4242
"devDependencies": {
43-
"@anthropic-ai/mcpb": "^1.1.0",
43+
"@anthropic-ai/mcpb": "^1.1.1",
4444
"@modelcontextprotocol/inspector": "^0.16.8",
4545
"@types/cors": "^2.8.19",
4646
"@types/express": "^5.0.3",
4747
"rimraf": "^6.0.1",
4848
"shx": "^0.4.0",
49-
"tsx": "^4.20.5",
49+
"tsx": "^4.20.6",
5050
"typescript": "^5.9.2"
5151
},
5252
"engines": {
@@ -60,5 +60,5 @@
6060
"llm",
6161
"mcp-server"
6262
],
63-
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
63+
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
6464
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)