Skip to content

Commit bcc5459

Browse files
committed
Remove Dockerfile comments
1 parent 8509d6a commit bcc5459

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

servers/Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,3 @@ ENV PATH="/code/.venv/bin:$PATH"
3939
EXPOSE 8000
4040

4141
ENTRYPOINT ["uvicorn", "deployed_mcp:app", "--host", "0.0.0.0", "--port", "8000"]
42-
43-
# many customers are using stdio servers, you can either wrap them with stdio->sse adapter
44-
# or use MCP toolkit / MCP-gateway (requires docker socket access - priveleged mode, which you cant get on SSE)
45-
# https://github.com/sparfenyuk/mcp-proxy
46-
47-
# examples using mcp-gateway:
48-
# https://github.com/docker/compose-for-agents/commit/2314180bc5d1f056964a14361f73d2b8f5c247c3
49-
50-
# use az CLI or console to login to the agent container and run the agent
51-
# https://github.com/modelcontextprotocol/servers/blob/main/src/time/README.md - wrapped version available
52-
# Agent can make a report based off fetch_expenses tool and store in cosmos reports container

0 commit comments

Comments
 (0)