From 8d70c40680329a95d052aa8b2b0038463d720a05 Mon Sep 17 00:00:00 2001 From: Richard-Otterli Date: Sun, 22 Feb 2026 01:11:34 +0000 Subject: [PATCH 1/2] Update publish MCP workflow --- .github/workflows/publish-mcp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-mcp.yml b/.github/workflows/publish-mcp.yml index 5d64e20..faa5d2e 100644 --- a/.github/workflows/publish-mcp.yml +++ b/.github/workflows/publish-mcp.yml @@ -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 From f43af929008f66b1d3d2f0d2a3edef381bdf3d47 Mon Sep 17 00:00:00 2001 From: Richard-Otterli Date: Sun, 22 Feb 2026 01:15:09 +0000 Subject: [PATCH 2/2] Case sensitive org name --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index 0da3de4..d8d48f1 100644 --- a/server.json +++ b/server.json @@ -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",