Skip to content

Commit 74a9dfd

Browse files
committed
More validation fixes
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 4ffd09d commit 74a9dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ jobs:
150150
echo "✅ Servers have name field"
151151
152152
jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry/publisher-provided"' dist/official-registry.json > /dev/null
153-
echo "✅ Servers have _meta.publisher field"
153+
echo "✅ Servers have _meta."io.modelcontextprotocol.registry/publisher-provided" field"
154154
155-
jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry"' dist/official-registry.json > /dev/null
155+
jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry/official"' dist/official-registry.json > /dev/null
156156
echo "✅ Servers have registry extensions"
157157
fi
158158

0 commit comments

Comments
 (0)