Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish-mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
jq --arg v "$VERSION" '.version = $v | .packages = (.packages | map(.version = $v))' server.json > server.tmp
mv server.tmp server.json

- name: Validate server.json
run: ./mcp-publisher publish --dry-run

- name: Authenticate to MCP Registry (GitHub OIDC)
run: ./mcp-publisher login github-oidc

- name: Validate server.json
run: ./mcp-publisher publish --dry-run

- name: Publish to MCP Registry
run: ./mcp-publisher publish
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.specleft/specleft",
"name": "io.github.SpecLeft/specleft",
"title": "SpecLeft",
"description": "Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.",
"version": "0.3.0",
Expand Down
Loading