site banner

Tinker Tuesday for July 22, 2025

This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.

Post your project, your progress from last week, and what you hope to accomplish this week.

If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service

2
Jump in the discussion.

No email address required.

Don't know your familiarity with coding, but Java isn't a good place to start.

Ok so coding is the part of this project I know, I'm just not super familiar with all of the Java tooling. Unfortunately Java is a necessity for Minecraft mods. The MCP interface stuff is in Python.

Getting a jar file with dependencies into a working Docker container was more of an adventure than I expected.

Do you mean Claude Code ?

Nope, Claude desktop is a thing with MCP support: https://claude.ai/download

Using an IDE with an open project to do things unrelated to that project seemed peculiar so I didn't go down that path. I tried out using the MCP in VSCode and it worked well, although the agent did try to re-write my MCP code when it couldn't initially connect. The downside to Claude desktop was that it didn't let me try other llms.

I wasn't aware of the VSCode support, so that's neat.