Skip to content

Commit 7c3abaa

Browse files
Merge branch 'main' into fweinberger/fix-conformance-ci
2 parents 97d02db + dda845a commit 7c3abaa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Conformance Tests
22

33
on:
4-
push:
5-
branches: [main]
6-
pull_request:
4+
# Disabled: conformance tests are currently broken in CI
5+
# push:
6+
# branches: [main]
7+
# pull_request:
78
workflow_dispatch:
89

910
concurrency:

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ This document contains critical information about working with this codebase. Fo
2929
- IMPORTANT: The `tests/client/test_client.py` is the most well designed test file. Follow its patterns.
3030
- IMPORTANT: Be minimal, and focus on E2E tests: Use the `mcp.client.Client` whenever possible.
3131

32+
Test files mirror the source tree: `src/mcp/client/streamable_http.py``tests/client/test_streamable_http.py`
33+
Add tests to the existing file for that module.
34+
3235
- For commits fixing bugs or adding features based on user reports add:
3336

3437
```bash

0 commit comments

Comments
 (0)