Build(deps): Bump @modelcontextprotocol/sdk from 1.17.0 to 1.17.1 in /mcp (#442)

Bumps
[@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk)
from 1.17.0 to 1.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/modelcontextprotocol/typescript-sdk/releases"><code>@​modelcontextprotocol/sdk</code>'s
releases</a>.</em></p>
<blockquote>
<h2>1.17.1</h2>
<h2>What's Changed</h2>
<ul>
<li>(fix): Update fallbackRequestHandler type to match _requestHandlers
leaves type by <a
href="https://github.com/fredericbarthelet"><code>@​fredericbarthelet</code></a>
in <a
href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/784">modelcontextprotocol/typescript-sdk#784</a></li>
<li>fix: prevent responses being sent to wrong client when multiple
transports connect by <a
href="https://github.com/grimmerk"><code>@​grimmerk</code></a> in <a
href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/820">modelcontextprotocol/typescript-sdk#820</a></li>
<li>1.17.1 by <a
href="https://github.com/ihrpr"><code>@​ihrpr</code></a> in <a
href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/831">modelcontextprotocol/typescript-sdk#831</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.0...1.17.1">https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.0...1.17.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0551cc52b8"><code>0551cc5</code></a>
1.17.1 (<a
href="https://redirect.github.com/modelcontextprotocol/typescript-sdk/issues/831">#831</a>)</li>
<li><a
href="31acdcbb18"><code>31acdcb</code></a>
fix: prevent responses being sent to wrong client when multiple
transports co...</li>
<li><a
href="ee16173865"><code>ee16173</code></a>
(fix): Update fallbackRequestHandler type to match _requestHandlers
leaves ty...</li>
<li>See full diff in <a
href="https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.0...1.17.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@modelcontextprotocol/sdk&package-manager=npm_and_yarn&previous-version=1.17.0&new-version=1.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
This commit is contained in:
Maurice Heumann
2025-08-02 10:31:53 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
mcp/package-lock.json generated
View File

@@ -9,13 +9,13 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0"
"@modelcontextprotocol/sdk": "^1.17.1"
}
},
"node_modules/@modelcontextprotocol/sdk": {
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.17.0.tgz",
"integrity": "sha512-qFfbWFA7r1Sd8D697L7GkTd36yqDuTkvz0KfOGkgXR8EUhQn3/EDNIR/qUdQNMT8IjmasBvHWuXeisxtXTQT2g==",
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.17.1.tgz",
"integrity": "sha512-CPle1OQehbWqd25La9Ack5B07StKIxh4+Bf19qnpZKJC1oI22Y0czZHbifjw1UoczIfKBwBDAp/dFxvHG13B5A==",
"license": "MIT",
"dependencies": {
"ajv": "^6.12.6",

View File

@@ -9,7 +9,7 @@
"dev": "node --watch server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0"
"@modelcontextprotocol/sdk": "^1.17.1"
},
"keywords": ["mcp", "server"],
"author": "",