Use lenient MCP output schema validator (#13521)

This commit is contained in:
cornmander
2025-11-20 16:51:25 -05:00
committed by GitHub
parent 8e531dc029
commit 9937fb2220
8 changed files with 57 additions and 13 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
- name: 'Link Checker'
uses: 'lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2' # ratchet: lycheeverse/lychee-action@v2.6.1
with:
args: '--verbose ./**/*.md'
args: '--verbose --accept 200,503 ./**/*.md'
fail: true
test_linux:
name: 'Test (Linux)'
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
id: 'lychee'
uses: 'lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2' # ratchet: lycheeverse/lychee-action@v2.6.1
with:
args: '--verbose --no-progress ./**/*.md'
args: '--verbose --no-progress --accept 200,503 ./**/*.md'