Add HTTP transport to MCP server
This commit is contained in:
@@ -4,4 +4,4 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 5000
|
||||
CMD ["node", "server.js"]
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user