Commit Graph

55 Commits

Author SHA1 Message Date
Max Isbey b606880db1 ci: update conformance action ref to clean commit 2026-01-21 16:38:32 +00:00
Max Isbey 136bafe161 ci: update conformance action ref (now builds from source) 2026-01-21 16:33:46 +00:00
Max Isbey 34cddfe341 ci: add conformance-baseline.yml (empty, no expected failures) 2026-01-21 16:30:40 +00:00
Max Isbey 51cd38134d ci: remove unused run-server.sh (replaced by conformance action) 2026-01-21 16:28:29 +00:00
Max Isbey 411efb5363 ci: use conformance repo's composite GitHub Action
Replace custom npx scripts with the composite action from
modelcontextprotocol/conformance. This simplifies the workflow by:

- Removing the manual actions/setup-node step (handled by the action)
- Replacing run-server.sh's npx call with the action
- Replacing the inline npx call for client tests with the action
- Removing continue-on-error (Python SDK passes all tests)

References conformance repo at commit ab789d6 (expected-failures branch)
until a tagged release is available.
2026-01-21 16:27:12 +00:00
Max Isbey 213cf993ca Add conformance testing CI pipeline (#1915) 2026-01-21 16:04:35 +00:00
Marcelo Trylesinski bcb07c2b25 refactor: flatten the methods in Client (#1914) 2026-01-20 13:12:07 +01:00
Marcelo Trylesinski 2b4c7ebc61 ci: add alls-green action for single required check (#1882) 2026-01-16 12:14:50 +01:00
Max Isbey 2cf7784a48 ci: replace highest resolution with locked in test matrix (#1869)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2026-01-16 11:09:25 +01:00
dependabot[bot] b63776b14f chore(deps): bump the github-actions group with 7 updates (#1878)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 10:00:49 +01:00
Marcelo Trylesinski f2abefffaf Add Dependabot configuration for GitHub Actions (#1876) 2026-01-16 09:55:32 +01:00
Max Isbey c9e98e53a7 ci: pin all GitHub Actions to commit SHAs (#1875) 2026-01-16 08:52:42 +00:00
Max Isbey fc5cb6ab48 ci: add weekly lockfile update workflow (#1874) 2026-01-16 09:47:06 +01:00
Max Isbey 72a8631f0a fix(ci): use bash shell for pytest step to ensure consistent error handling (#1868) 2026-01-15 17:32:22 +01:00
Marcelo Trylesinski 3ffe142e9a Support Python 3.14 (#1834) 2026-01-07 16:28:23 +00:00
Yugan 4807eb5a80 Add workflow to comment on PRs when released (#1772) 2025-12-19 11:17:13 +00:00
Max Isbey ef96a31671 ci: add v1.x branch to main-checks workflow (#1802)
Main branch checks / checks (push) Failing after 0s
2025-12-18 16:59:30 +00:00
Max Isbey 779271ae38 chore: remove release-comment workflow (#1758)
Main branch checks / checks (push) Failing after 0s
2025-12-09 15:45:08 +00:00
Felix Weinberger b7cc25493c feat: add workflow to comment on PRs when released (#1750) 2025-12-09 12:22:07 +00:00
Max Isbey 9724ad1ce6 Fix CI highest resolution test to actually test highest versions (#1609)
Main branch checks / checks (push) Failing after 0s
2025-11-13 20:25:43 +00:00
Max Isbey 89e9c43acf Get baseline 100% clean coverage (#1553) 2025-11-11 14:09:32 +01:00
Max Isbey 6c26d087df update uv to 0.9.5 (#1510)
Main branch checks / checks (push) Failing after 1s
2025-10-24 01:04:09 +00:00
Christian Clauss bbc8b4904e Upgrade GitHub Actions (#1473) 2025-10-23 11:33:45 -07:00
Felix Weinberger 9f9dbad416 fix: use proper dependency resolution in CI (#1507) 2025-10-23 10:25:48 -07:00
Christian Clauss 35a9ccdb42 fix: uv CVE-2025-62518 astral-tokio-tar issue GHSA-j5gw-2vrg-8fgx (#1505) 2025-10-22 15:52:56 +02:00
Felix Weinberger 8dd15ac71c Delete CODEOWNERS to eliminate notification overload (#1413) 2025-09-30 11:15:07 +01:00
David Soria Parra 0926613714 Update dependencies and fix type issues (#1268)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-08-14 10:40:47 +01:00
Marcelo Trylesinski c7671e470c Add pyright strict mode on the whole project (#1254) 2025-08-11 18:56:37 +01:00
Inna Harper 6d2e6d442d update codeowners group (#1191) 2025-07-23 19:10:38 +01:00
Inna Harper ba58ebcad5 Add CODEOWNERS file for sdk (#1169) 2025-07-18 15:58:28 +01:00
Marcelo Trylesinski a99711d43f chore: don't allow users to create issues outside the templates (#1163) 2025-07-17 10:32:02 +01:00
Marcelo Trylesinski 3fa7bc7b61 tests: add lowest dependency tests (#1067)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-07-06 09:38:56 +02:00
Inna Harper adf327164a Embed code snippets for README from executable examples (#1055) 2025-07-04 17:25:54 +01:00
Inna Harper dced22344d Remove frozen from build (#1040)
Main branch checks / checks (push) Failing after 1s
2025-06-26 14:41:23 +01:00
David Soria Parra 0b11bdb629 ci: add --frozen flag to all uv commands in workflows (#970)
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-25 14:00:14 +01:00
Marcelo Trylesinski bac2705426 ci: add timeout on the test job (#955) 2025-06-13 15:24:28 +01:00
Dipesh Rathore 1bb16fa96e clean-up: removed unused ci file (#950) 2025-06-13 08:41:18 +00:00
Marcelo Trylesinski 185fa49fd1 Use pre-commit on CI (#937) 2025-06-11 16:48:10 +02:00
Marcelo Trylesinski ba149e34f2 Create issue templates (#935) 2025-06-11 14:27:03 +02:00
Marcelo Trylesinski 8a2359ffeb Pin uv version (#806) 2025-05-26 12:17:23 +01:00
Daniel Avdar b8f7b027c3 Update CI configuration to support multiple OS environments (#708)
Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
2025-05-14 13:43:59 +01:00
David Soria Parra 2d6b3873ec fix publish-pypi 2025-03-27 18:03:46 +00:00
David Soria Parra f007323542 Create publish-docs-manually.yml 2025-03-27 17:55:23 +00:00
Marcelo Trylesinski 4e11f2890b Add mkdocs (#367) 2025-03-25 13:06:15 +01:00
Marcelo Trylesinski 9ec6db201f ci: test multiple python versions (#345) 2025-03-25 11:57:56 +00:00
David Soria Parra a9ae38237d check uv lockfile 2025-02-03 12:33:30 +00:00
David Soria Parra af940aeea7 ci: Run main checks on tags
Main branch checks / checks (push) Failing after 1s
2025-01-03 16:15:00 +00:00
David Soria Parra dd1a069508 Add checks to release branch 2024-12-12 17:01:07 +00:00
David Soria Parra 08075ba5e4 Update issue templates 2024-11-28 10:43:12 +00:00
David Soria Parra 753c76e479 PyPI release workflow 2024-11-12 11:32:13 +00:00