This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Start from a lightweight base image | |
| FROM alpine:latest | |
| # Create directories to represent a typical system layout | |
| RUN mkdir -p /etc/mcp /root/.config /app/test /tmp/allowed_test_dir /tmp/safe_repo | |
| # 1. Test standard 'mcp.json' (System-level config) | |
| RUN echo '{ \ | |
| "mcpServers": { \ | |
| "vulnerable-filesystem": { \ |