EEnhanced Development Environment with MCP ServersEnhanced development environment with MCP servers, UV package manager, and Open Interpreter
mcp-so:enhanced-dev-env_danmarauda
View sourceA
92/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
92/100
MEDIUM 1
Findings (1)
MEDIUM
Shell profile modification for persistence
L42 Detects instructions to modify shell config files for environment persistence
edit ' ~/.zshrc FIX
Avoid modifying shell profiles (.bashrc, .zshrc, .profile) programmatically. Instruct users to add PATH entries manually, or use a version manager (nvm, pyenv) instead.
FP?
Likely FP if the match is documentation showing how to add a tool to PATH manually, especially if it only appends to PATH without modifying other settings.