Skip to content

Commit c17d851

Browse files
committed
Merge branch 'main' into eventsource-parser-dep
2 parents b71e096 + 0c9b9fb commit c17d851

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+10309
-882
lines changed

.git-blame-ignore-revs

Whitespace-only changes.

CLAUDE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# MCP TypeScript SDK Guide
22

33
## Build & Test Commands
4-
```
4+
5+
```sh
56
npm run build # Build ESM and CJS versions
67
npm run lint # Run ESLint
78
npm test # Run all tests
@@ -10,6 +11,7 @@ npx jest -t "test name" # Run tests matching pattern
1011
```
1112

1213
## Code Style Guidelines
14+
1315
- **TypeScript**: Strict type checking, ES modules, explicit return types
1416
- **Naming**: PascalCase for classes/types, camelCase for functions/variables
1517
- **Files**: Lowercase with hyphens, test files with `.test.ts` suffix
@@ -20,6 +22,7 @@ npx jest -t "test name" # Run tests matching pattern
2022
- **Comments**: JSDoc for public APIs, inline comments for complex logic
2123

2224
## Project Structure
25+
2326
- `/src`: Source code with client, server, and shared modules
2427
- Tests alongside source files with `.test.ts` suffix
25-
- Node.js >= 18 required
28+
- Node.js >= 18 required

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
63+
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the
@@ -116,13 +116,13 @@ the community.
116116

117117
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118118
version 2.0, available at
119-
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
119+
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
120120

121121
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122122
enforcement ladder](https://github.com/mozilla/diversity).
123123

124124
[homepage]: https://www.contributor-covenant.org
125125

126126
For answers to common questions about this code of conduct, see the FAQ at
127-
https://www.contributor-covenant.org/faq. Translations are available at
128-
https://www.contributor-covenant.org/translations.
127+
<https://www.contributor-covenant.org/faq>. Translations are available at
128+
<https://www.contributor-covenant.org/translations>.

0 commit comments

Comments
 (0)