Expose Novelly API port + service-key auth for MCP access to QA deploy
MCP server is a stdio process run outside docker, pointed at the API over HTTP via NOVELLY_API_URL. The api container previously had no port mapping, so it was unreachable outside the compose network.
This commit is contained in:
@@ -60,6 +60,8 @@ jobs:
|
||||
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
WEB_PORT: ${{ vars.WEB_PORT }}
|
||||
API_PORT: ${{ vars.API_PORT }}
|
||||
MCP_API_KEY: ${{ secrets.MCP_API_KEY }}
|
||||
steps:
|
||||
# actions/checkout@v4 is a Node-based action; this runner has no node in PATH, so
|
||||
# checkout plain git instead of via marketplace action.
|
||||
|
||||
Reference in New Issue
Block a user