mcp-code-execution
Installation
SKILL.md
mcp-code-execution
Quick Reference
When to Use
✅ Use code execution when:
- 3+ MCP tool calls needed
- Privacy concerns (PII in workflow data)
- Performance critical (need parallel execution)
- Recurring workflow (runs multiple times)
❌ Traditional MCP when:
- 1-2 simple tool calls
- One-off exploratory task
- Workflow changes frequently