Skip to content

Commit c1e9dcf

Browse files
lapfelixclaude
andcommitted
Fix MCP registry publishing and update server.json version
- Fix authentication in MCP registry workflow by calling `mcp-publisher login github` - Update server.json version from 2.1.2 to 2.1.3 (both main and package versions) - Update CLAUDE.md release process to include server.json version updates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 244f618 commit c1e9dcf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ jobs:
5252
mcp-publisher --version || echo "mcp-publisher installed"
5353
5454
- name: Authenticate with MCP Registry
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5557
run: |
56-
# Use GitHub token for authentication
57-
# The publisher will use the GITHUB_TOKEN to authenticate
58-
echo "Using GitHub token for authentication"
58+
echo "Authenticating with MCP Registry using GitHub token..."
59+
# Login using GitHub OAuth
60+
mcp-publisher login github
5961
6062
- name: Publish to MCP Registry
6163
env:

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/lapfelix/XcodeMCP",
88
"source": "github"
99
},
10-
"version": "2.1.2",
10+
"version": "2.1.3",
1111
"packages": [
1212
{
1313
"registry_type": "npm",
1414
"registry_base_url": "https://registry.npmjs.org",
1515
"identifier": "xcodemcp",
16-
"version": "2.1.2",
16+
"version": "2.1.3",
1717
"transport": {
1818
"type": "stdio"
1919
},

0 commit comments

Comments
 (0)