←back to thread

Tools: Code Is All You Need

(lucumr.pocoo.org)
313 points Bogdanp | 1 comments | | HN request time: 0.316s | source
Show context
mindwok ◴[] No.44454469[source]
More appropriately: the terminal is all you need.

I have used MCP daily for a few months. I'm now down to a single MCP server: terminal (iTerm2). I have OpenAPI specs on hand if I ever need to provide them, but honestly shell commands and curl get you pretty damn far.

replies(1): >>44454928 #
jasonthorsness ◴[] No.44454928[source]
I never knew how far it was possible to go in bash shell with the built-in tools until I saw the LLMs use them.
replies(2): >>44459229 #>>44460307 #
1. skydhash ◴[] No.44460307[source]
Spurred by macos switch to zsh, I've gone all in on zsh customization (with oh-my-zsh). But since I've moved to Linux, it's been bash daily (with a brief fish interlude). Everything under the sun works with bash.