Commit 29c08c3
committed
Refactor MCP mock server configuration and update tests for OAuth support
- Removed the old `mcp-mock-server` service and replaced it with `mock-mcp` in both `docker-compose` files.
- Updated health check and dependencies to reflect the new service name.
- Modified E2E test configurations to use the new `mock-mcp` service URL.
- Added a minimal mock MCP server implementation with OAuth support for testing.
- Updated feature tests to check for OAuth authentication requirements and response headers.1 parent 167695e commit 29c08c3
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments