Skip to content

Commit d4d0d52

Browse files
authored
Merge branch 'main' into feat/filesystem-append-tools
2 parents 055ba1a + c7c5497 commit d4d0d52

27 files changed

+3990
-5078
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,4 @@ cython_debug/
301301
# and can be added to the global gitignore or merged into this file. For a more nuclear
302302
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
303303
#.idea/
304+
.claude/settings.local.json

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ We're more selective about:
2121
We don't accept:
2222
- **New server implementations** — We encourage you to publish them yourself, and link to them from the README.
2323

24+
## Testing
25+
26+
When adding or configuring tests for servers implemented in TypeScript, use **vitest** as the test framework. Vitest provides better ESM support, faster test execution, and a more modern testing experience.
27+
2428
## Documentation
2529

2630
Improvements to existing documentation is welcome - although generally we'd prefer ergonomic improvements than documenting pain points if possible!

README.md

Lines changed: 112 additions & 51 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)