Skip to content

Commit a096fa6

Browse files
authored
Merge pull request #55 from jkawamoto/release
Update schema URL and refine release workflow
2 parents 0d6993a + b56760c commit a096fa6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: softprops/action-gh-release@v2
1818
with:
1919
files: "*.mcpb"
20-
draft: true
2120
- name: Update fileSha256 in server.json
2221
run: |
2322
SHA256_HASH=$(sha256sum "mcp-youtube-transcript.mcpb" | awk '{print $1}')
@@ -26,7 +25,7 @@ jobs:
2625
cat server.json
2726
- name: Install MCP Publisher
2827
run: |
29-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.2.3/mcp-publisher_1.2.3_linux_amd64.tar.gz" | tar xz mcp-publisher
28+
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_linux_amd64.tar.gz" | tar xz mcp-publisher
3029
- name: Login to MCP Registry
3130
run: ./mcp-publisher login github-oidc
3231
- name: Publish to MCP Registry

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.jkawamoto/mcp-youtube-transcript",
44
"description": "An MCP server retrieving transcripts of YouTube videos",
55
"status": "active",

0 commit comments

Comments
 (0)