Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 16ce67e

Browse files
fix(deps): update dependency @modelcontextprotocol/sdk to v1.12.3 (#61)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@modelcontextprotocol/sdk](https://modelcontextprotocol.io) ([source](https://redirect.github.com/modelcontextprotocol/typescript-sdk)) | [`1.12.1` -> `1.12.3`](https://renovatebot.com/diffs/npm/@modelcontextprotocol%2fsdk/1.12.1/1.12.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@modelcontextprotocol%2fsdk/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@modelcontextprotocol%2fsdk/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@modelcontextprotocol%2fsdk/1.12.1/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@modelcontextprotocol%2fsdk/1.12.1/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>modelcontextprotocol/typescript-sdk (@&#8203;modelcontextprotocol/sdk)</summary> ### [`v1.12.3`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/1.12.3) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/1.12.2...1.12.3) #### What's Changed - 1.12.3 by [@&#8203;ihrpr](https://redirect.github.com/ihrpr) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/623](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/623) **Full Changelog**: modelcontextprotocol/typescript-sdk@1.12.2...1.12.3 ### [`v1.12.2`](https://redirect.github.com/modelcontextprotocol/typescript-sdk/releases/tag/1.12.2) [Compare Source](https://redirect.github.com/modelcontextprotocol/typescript-sdk/compare/1.12.1...1.12.2) #### What's Changed - fix: Ensure completions capability is registered on setCompletionRequestHandler call by [@&#8203;fredericbarthelet](https://redirect.github.com/fredericbarthelet) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/546](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/546) - fixes metadata for listed resources from resource templates so that they favor their own metadata by [@&#8203;carlpeaslee](https://redirect.github.com/carlpeaslee) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/574](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/574) - Adding tests to prevent regressions for: fixes metadata for listed resources from resource templates so that they favor their own metadata by [@&#8203;ihrpr](https://redirect.github.com/ihrpr) in [https://github.com/modelcontextprotocol/typescript-sdk/pull/621](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/621) #### New Contributors - [@&#8203;carlpeaslee](https://redirect.github.com/carlpeaslee) made their first contribution in [https://github.com/modelcontextprotocol/typescript-sdk/pull/574](https://redirect.github.com/modelcontextprotocol/typescript-sdk/pull/574) **Full Changelog**: modelcontextprotocol/typescript-sdk@1.12.1...1.12.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Doist/todoist-mcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffb3f00 commit 16ce67e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -27,7 +27,7 @@
2727
"description": "Connect this [Model Context Protocol](https://modelcontextprotocol.io/introduction) server to your LLM to interact with Todoist.",
2828
"dependencies": {
2929
"@doist/todoist-api-typescript": "5.0.1",
30-
"@modelcontextprotocol/sdk": "1.12.1"
30+
"@modelcontextprotocol/sdk": "1.12.3"
3131
},
3232
"devDependencies": {
3333
"@biomejs/biome": "1.9.4",

0 commit comments

Comments
 (0)