Add HTTP transport to MCP server

This commit is contained in:
josedario87
2025-06-03 14:16:36 -06:00
parent f0c783f108
commit 7e15af236a
5 changed files with 356 additions and 522 deletions

View File

@@ -4,4 +4,4 @@ COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 5000
CMD ["node", "server.js"]
CMD ["node", "index.js"]