Skip to content

Commit 9dd29cc

Browse files
authored
Merge pull request #47 from jkawamoto/registry
Update schema URL and correct key casing in server configuration
2 parents 4adfdf2 + d72736d commit 9dd29cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
33
"name": "io.github.jkawamoto/mcp-youtube-transcript",
44
"description": "An MCP server retrieving transcripts of YouTube videos",
55
"status": "active",
@@ -10,9 +10,9 @@
1010
"version": "0.5.2",
1111
"packages": [
1212
{
13-
"registry_type": "mcpb",
13+
"registryType": "mcpb",
1414
"identifier": "https://github.com/jkawamoto/mcp-youtube-transcript/releases/download/v0.5.2/mcp-youtube-transcript.mcpb",
15-
"file_sha256": "",
15+
"fileSha256": "",
1616
"version": "0.5.2",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)