We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cd381 commit 34cddfeCopy full SHA for 34cddfe
.github/workflows/conformance.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
mode: server
34
url: http://localhost:3001/mcp
35
+ expected-failures: ./conformance-baseline.yml
36
37
client-conformance:
38
runs-on: ubuntu-latest
@@ -47,3 +48,4 @@ jobs:
47
48
mode: client
49
command: "uv run --frozen python .github/actions/conformance/client.py"
50
suite: all
51
conformance-baseline.yml
@@ -0,0 +1,9 @@
1
+# MCP Conformance Test Baseline
2
+# Lists scenarios expected to fail. CI will fail if:
3
+# - A scenario not listed here fails (regression)
4
+# - A scenario listed here passes (stale entry, remove it)
5
+#
6
+# server:
7
+# - scenario-name
8
+# client:
9
0 commit comments