Skip to content

Commit 05b2566

Browse files
deps(python): update mcp requirement in /mcp_server
Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.27.1...v1.27.2) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6477ab commit 05b2566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"fastmcp>=3.3.1",
9-
"mcp>=1.27.1",
9+
"mcp>=1.27.2",
1010
]

0 commit comments

Comments
 (0)