From b0467c179757a452820421a4f0daa0d68ab7c0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 20:32:31 +0000 Subject: [PATCH] chore(deps): Bump mcp from 1.28.0 to 1.28.1 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.28.0 to 1.28.1. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.28.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-mcp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mcp.txt b/requirements-mcp.txt index 4e9cfb2..9e03d3b 100644 --- a/requirements-mcp.txt +++ b/requirements-mcp.txt @@ -1,3 +1,3 @@ # cloudsec-tutor MCP 서버 전용 의존성 (학습 도구 — 선택). # 그래더 실행에는 이 repo + requirements-dev.txt 의 .venv 가 그대로 필요하다. -mcp==1.28.0 +mcp==1.28.1