Closing the circle
Now this guy is writing Smalltalk! Here’s the quick start:
Load the server into a Pharo image.
Metacello new baseline: ‘Genie’; repository: ‘github://KentBeck/SmalltalkGenie:main/src’; load.
Start it.
GenieServer current
Connect an MCP client.
claude mcp add --transport http genie http://localhost:8087/mcp
Clone the repo, which contains the instruct…