# Use an official Node.js LTS image as the base
FROM node:20-slim

# Set the working directory
WORKDIR /app

CMD ["npx", "@modelcontextprotocol/inspector"]