Skip to content

Commit 3d7cf6a

Browse files
authored
Merge pull request #7 from redhat-ai-tools/docs-update
update docs to point to redhat-ai-tools quay org and pin dependencies
2 parents f36b392 + 3067bf2 commit 3d7cf6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/python-311
1+
FROM registry.redhat.io/ubi9/python-311:9.6
22

33
WORKDIR /app
44

@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
77

88
COPY slack_mcp_server.py ./
99

10-
CMD ["python", "slack_mcp_server.py"]
10+
CMD ["python", "slack_mcp_server.py"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Example configuration for running with Podman:
2121
"-e", "SLACK_MCP_XOXD_TOKEN",
2222
"-e", "MCP_TRANSPORT",
2323
"-e", "LOGS_CHANNEL_ID",
24-
"quay.io/maorfr/slack-mcp"
24+
"quay.io/redhat-ai-tools/slack-mcp"
2525
],
2626
"env": {
2727
"SLACK_MCP_XOXC_TOKEN": "xoxc-...",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
httpx
2-
fastmcp
1+
httpx==0.28.1
2+
fastmcp==2.8.0

0 commit comments

Comments
 (0)