You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/conformance/README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,24 @@ npx @modelcontextprotocol/conformance server \
60
60
61
61
## Files
62
62
63
-
-`everything-client.ts` - Client that handles all client conformance scenarios
64
-
-`everything-server.ts` - Server that implements all server conformance features
65
-
-`helpers/` - Shared utilities for conformance tests
63
+
-`src/everythingClient.ts` - Client that handles all client conformance scenarios
64
+
-`src/everythingServer.ts` - Server that implements all server conformance features
65
+
-`src/authTestServer.ts` - Server with OAuth authentication for auth conformance tests
66
+
-`src/helpers/` - Shared utilities for conformance tests
67
+
-`scripts/` - Conformance test runner scripts
66
68
67
-
Scripts are in `scripts/` at the repo root.
69
+
## Auth Test Server
70
+
71
+
The `authTestServer.ts` is designed for testing server-side OAuth implementation. It requires an authorization server URL and validates tokens via introspection.
0 commit comments