Skip to content

Commit b77d507

Browse files
authored
fix: streamable http and Dockerfile to expose port 8000 and bump version to 3.2.1 (#117)
1 parent 740d399 commit b77d507

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ RUN pip install -r requirements.txt
1616

1717
RUN uv sync
1818

19-
EXPOSE 8080
19+
EXPOSE 8000
2020

2121
CMD ["uv", "run", "mcp-github-pr-issue-analyser"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The toolset enables automated PR analysis, issue tracking, tagging and release m
7373
- PRIssueAnalyser: Main MCP server handling tool registration and requests
7474
- GitHub Integration: Manages all GitHub API interactions
7575
- IP Integration: Handles IPv4/IPv6 information retrieval
76-
- MCP Client: Interacts via stdio or HTTP Streaming (http)
76+
- MCP Client: Interacts via stdio or streamable HTTP (http)
7777

7878
## Local Installation
7979

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-github-pr-issue-analyser"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "MCP GitHub Issues Create/Update and PR Analyse"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)