HackerTrans
トップ新着トレンドコメント過去質問紹介求人

joshowens

no profile record

投稿

I Mass-Deleted My MCP Servers. Here's What I Use Instead

joshowens.dev
6 ポイント·投稿者 joshowens·4 か月前·2 コメント

コメント

joshowens
·4 か月前·議論
Author here. The biggest gap I hit after removing MCPs was APIs without CLIs.

GitHub has gh, AWS has aws, but most SaaS APIs have nothing. That's why I'm building CommandSpec. The tool takes any OpenAPI spec and generates a typed Go CLI. Every endpoint becomes a command, every parameter becomes a flag. The AI discovers operations via `--help` instead of preloading every possible tool definition.

Happy to answer questions about the setup or CommandSpec.