Trying to install n8n-nodes-mcp.mcpClient receive error
Error installing new package User is missing a scope required to perform this action
environment:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=postgres
- DB_POSTGRESDB_USER=${POSTGRES_USER}
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
- N8N_DIAGNOSTICS_ENABLED=true
- N8N_PERSONALIZATION_ENABLED=true
- N8N_ENCRYPTION_KEY
- N8N_USER_MANAGEMENT_JWT_SECRET
- N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- OLLAMA_HOST=${OLLAMA_HOST:-ollama:11434}
Any solutions’?
thank you