We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffd09d commit 74a9dfdCopy full SHA for 74a9dfd
.github/workflows/build-and-publish.yml
@@ -150,9 +150,9 @@ jobs:
150
echo "✅ Servers have name field"
151
152
jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry/publisher-provided"' dist/official-registry.json > /dev/null
153
- echo "✅ Servers have _meta.publisher field"
+ echo "✅ Servers have _meta."io.modelcontextprotocol.registry/publisher-provided" field"
154
155
- jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry"' dist/official-registry.json > /dev/null
+ jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry/official"' dist/official-registry.json > /dev/null
156
echo "✅ Servers have registry extensions"
157
fi
158
0 commit comments