What You Will Learn
Most beginners do not fail on tool capability, but on setup order. Use this path:
- Set up Python
- Install IDE
- Configure MCP
- Run first Python script example
- Run first MCP call example
Prerequisites
- A Windows or macOS machine with internet access
- Permission to install software
- Basic terminal access (PowerShell or Terminal)
Success Criteria After This Phase
python --versionandpip --versionboth work- Your IDE can run a
.pyfile - Your AI client can call
cwpreporcwtwbMCP tools
Recommended Learning Sequence
- Article 1:
Python and IDE Setup - Article 2:
MCP Setup and Connectivity Check - Article 3:
cwprep Basic Cases (Script + MCP) - Article 4:
cwtwb Basic Cases (Script + MCP)
Next Step
Go to Python and IDE Setup and finish that first before jumping ahead.