Skip to content

Commit b731e47

Browse files
chore(deps): bump mcp[cli] from 1.12.2 to 1.13.1 (#98)
* chore(deps): bump mcp[cli] from 1.12.2 to 1.13.1 Bumps [mcp[cli]](https://github.com/modelcontextprotocol/python-sdk) from 1.12.2 to 1.13.1. - [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.12.2...v1.13.1) --- updated-dependencies: - dependency-name: mcp[cli] dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: ci workflow trigger * fix: typo fix instruction -> instructions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <[email protected]>
1 parent 9013c6e commit b731e47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{ name = "saidsef" }
99
]
1010
dependencies = [
11-
"mcp[cli]==1.12.2",
11+
"mcp[cli]==1.13.1",
1212
"requests==2.32.5",
1313
"uv==0.8.13",
1414
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-i https://pypi.org/simple
2-
mcp[cli]==1.12.2
2+
mcp[cli]==1.13.1
33
requests==2.32.5
44
uv==0.8.13

src/mcp_github/issues_pr_analyser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self):
6666
# Initialize MCP Server
6767
self.mcp = FastMCP(
6868
name="GitHub PR and Issue Analyser",
69-
instruction="""
69+
instructions="""
7070
You are a GitHub PR and Issue Analyser. You can fetch PR diffs, update PR descriptions,
7171
create and update issues, create tags and releases, and fetch IP information.
7272
""",

0 commit comments

Comments
 (0)