change cmd
This commit is contained in:
parent
e0beca18cf
commit
c3e2abd2bc
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,6 @@ WORKDIR /app
|
||||||
COPY --from=build /workspace/openmcpauthproxy /app/
|
COPY --from=build /workspace/openmcpauthproxy /app/
|
||||||
|
|
||||||
ADD config.yaml /app
|
ADD config.yaml /app
|
||||||
RUN find .
|
|
||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["/app/openmcpauthproxy"]
|
ENTRYPOINT ["/app/openmcpauthproxy"]
|
||||||
|
|
|
@ -6,13 +6,15 @@ base_url: "http://localhost:8000" # Base URL for the MCP server
|
||||||
port: 8000 # Port for the MCP server
|
port: 8000 # Port for the MCP server
|
||||||
timeout_seconds: 10
|
timeout_seconds: 10
|
||||||
|
|
||||||
|
|
||||||
# Transport mode configuration
|
# Transport mode configuration
|
||||||
transport_mode: "stdio" # Options: "sse" or "stdio"
|
transport_mode: "stdio" # Options: "sse" or "stdio"
|
||||||
|
|
||||||
# stdio-specific configuration (used only when transport_mode is "stdio")
|
# stdio-specific configuration (used only when transport_mode is "stdio")
|
||||||
stdio:
|
stdio:
|
||||||
enabled: true
|
enabled: true
|
||||||
user_command: "npx -y @modelcontextprotocol/server-github"
|
user_command: uvx mcp-server-time --local-timezone=Europe/Zurich
|
||||||
|
#user_command: "npx -y @modelcontextprotocol/server-github"
|
||||||
work_dir: "" # Working directory (optional)
|
work_dir: "" # Working directory (optional)
|
||||||
# env: # Environment variables (optional)
|
# env: # Environment variables (optional)
|
||||||
# - "NODE_ENV=development"
|
# - "NODE_ENV=development"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue