Skip to content

Commit 0bb745c

Browse files
author
mcp-release-bot
committed
docs(README): add required MCP marker; ci(release): MCP server.json uses correct name, stdio transport, and PyPI-only package
1 parent b160347 commit 0bb745c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,14 @@ jobs:
233233
desc = (proj.get('description','') or '')[:100] # MCP Registry requires <= 100 chars
234234
data = {
235235
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
236-
"name": "io.github.othervibes/mcp-as-a-judge",
236+
"name": "io.github.OtherVibes/mcp-as-a-judge",
237237
"description": desc,
238238
"version": VERSION,
239+
"transports": [
240+
"stdio"
241+
],
239242
"packages": [
240-
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION},
241-
{"registry_type": "oci", "registry_base_url": "https://ghcr.io", "identifier": "othervibes/mcp-as-a-judge", "version": VERSION}
243+
{"registry_type": "pypi", "identifier": "mcp-as-a-judge", "version": VERSION}
242244
]
243245
}
244246
with open('server.json','w') as f: json.dump(data,f,indent=2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP as a Judge ⚖️
22

3-
<!-- mcp-name: io.github.othervibes/mcp-as-a-judge -->
3+
mcp-name: io.github.OtherVibes/mcp-as-a-judge
44

55
<div align="left">
66
<img src="assets/mcp-as-a-judge.png" alt="MCP as a Judge Logo" width="200">

0 commit comments

Comments
 (0)