Skip to content

Commit 74adab1

Browse files
authored
Merge branch 'main' into doc/fix-params-schema-key-in-registered-tool-update-method-in-dynamic-servers-doc
2 parents 95bc421 + 31acdcb commit 74adab1

File tree

11 files changed

+698
-63
lines changed

11 files changed

+698
-63
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TypeScript SDK Code Owners
22

33
# Default owners for everything in the repo
4-
* @modelcontextprotocol/typescript-sdk-maintainers
4+
* @modelcontextprotocol/typescript-sdk
55

66
# Auth team owns all auth-related code
77
/src/server/auth/ @modelcontextprotocol/typescript-sdk-auth

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ app.listen(3000);
571571

572572
> [!TIP]
573573
> When using this in a remote environment, make sure to allow the header parameter `mcp-session-id` in CORS. Otherwise, it may result in a `Bad Request: No valid session ID provided` error. Read the following section for examples.
574-
> ```
575574
576575

577576
#### CORS Configuration for Browser-Based Clients

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/sdk",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",

0 commit comments

Comments
 (0)