Commit 70ab5ca
committed
Move conformance client/server scripts to scripts/conformance/
Address review feedback: the conformance client is CI test
infrastructure, not a user-facing example. Move it to
scripts/conformance/client.py as a standalone script and colocate it
with the server script (renamed from scripts/run-server-conformance.sh
to scripts/conformance/run-server.sh).
This removes the mcp-conformance-client workspace member and its
lockfile entry. The client script is now run directly via
uv run python scripts/conformance/client.py.1 parent 8d139d7 commit 70ab5ca
File tree
6 files changed
+6
-83
lines changed- .github/workflows
- examples/clients/conformance-client
- mcp_conformance_client
- scripts/conformance
6 files changed
+6
-83
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
Lines changed: 0 additions & 6 deletions
This file was deleted.
This file was deleted.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments