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 d9d1f21 commit 6acb3ddCopy full SHA for 6acb3dd
.github/workflows/build-and-publish.yml
@@ -150,10 +150,7 @@ 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."io.modelcontextprotocol.registry/publisher-provided" field"
154
-
155
- jq -e '.data.servers[0]._meta."io.modelcontextprotocol.registry/official"' dist/official-registry.json > /dev/null
156
- echo "✅ Servers have registry extensions"
+ echo "✅ Servers have _meta with publisher-provided extensions"
157
fi
158
159
- name: Generate metadata
0 commit comments