Skip to content

Commit 41b6757

Browse files
committed
temporary use of unix socket mcp enabled forks
Related: openai/openai-agents-python#437 Related: modelcontextprotocol/python-sdk#430 Signed-off-by: John <johnandersenpdx@gmail.com>
1 parent 12e22d0 commit 41b6757

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

github_webhook_events/agi_sshd.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ RUN set -x \
3131
# TODO Caching
3232
# RUN bash -xec "$(grep 'pip install' /host/agi.py | head -n 1)"
3333
RUN set -x \
34-
&& python -m pip install -U pip setuptools wheel snoop openai openai-agents keyring keyrings-alt libtmux psutil
34+
&& python -m pip install -U pip setuptools wheel snoop openai openai-agents keyring keyrings-alt libtmux psutil \
35+
&& python -m pip install --force-reinstall \
36+
'mcp@git+https://github.com/johnandersen777/python-sdk@mcp_enable_over_unix_socket' \
37+
'openai-agents@git+https://github.com/johnandersen777/openai-agents-python@mcp_enable_over_unix_socket'
3538

3639
COPY server_motd /host/
3740
COPY openai_assistant_instructions.md /host/

0 commit comments

Comments
 (0)