Skip to content

Commit a74e1a3

Browse files
committed
Remove mcp-publisher validate step (command not available)
1 parent 47fdd7b commit a74e1a3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish-mcp.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,5 @@ jobs:
5353
echo "Publishing version: $VERSION"
5454
jq --arg v "$VERSION" '.version = $v | .packages[0].version = $v' server.json > server.tmp && mv server.tmp server.json
5555
56-
- name: Validate server.json
57-
run: |
58-
./mcp-publisher validate server.json
59-
6056
- name: Publish server to MCP Registry
6157
run: ./mcp-publisher publish

0 commit comments

Comments
 (0)