File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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}')
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments