Skip to content

Commit 6acb3dd

Browse files
authored
Remove validation check for non-existent _meta field (#332)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent d9d1f21 commit 6acb3dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,7 @@ 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."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"
153+
echo "✅ Servers have _meta with publisher-provided extensions"
157154
fi
158155
159156
- name: Generate metadata

0 commit comments

Comments
 (0)