We should just build more CLI tools, that way the agentic AI can just run `yourtool --help` to learn how to use it. Instead of needing an MCP-server to access ex. Jira it should just call a cli tool `jira`. Better CLI tools for everything would help both AI and humans alike.
tomashubelbauer|3 months ago
xnorswap|3 months ago
I think there's also another major reason people don't like to ship desktop software, and that's the cost of support of dealing with outdated tools, it can be immense.
Ticket as raised, "Why is my <Product> broken?"
After several rounds of clarification, it's established they're using a 6-year old version that's hitting API endpoints that were first deprecated 3 years ago and finally now removed...
It's incredibly expensive to support multiple versions of products. On-prem / self host means you have to support several, but at least with web products it's expected they'll phone-home and nag to be updated and that there'll be someone qualified to do that update.
When you add runnable executable tooling, it magnifies the issue of how old that tooling gets.
Even with a support policy of not supporting versions older than <X>, you'll waste a lot of customer support time dealing with issues only for it to emerge it's out-dated software.
linsomniac|3 months ago
I could imagine a subagent that builds a tool on demand when it's needed.
Claude is really good at building small tools like these.
PanMan|3 months ago
ath92|3 months ago
throwaway19268|3 months ago
joshribakoff|3 months ago
delaminator|3 months ago
easyascake|3 months ago
When using the MCP, I have to do a whole OAuth browser-launch process and even then I am only limited to the 9-10 tools that they've shipped it with so far.
PantaloonFlames|3 months ago
tl;dr AI-powered assistants can already use command line tools.
chillfox|3 months ago
Usually when I mention a `tool --help` for the first time in a prompt I will put it in backticks with the --help argument.
It works really well.
misiti3780|3 months ago
tacone|3 months ago
jackbravo|3 months ago
3acctforcom|3 months ago
Now it's locked into the cloud with piss poor APIs so they can sell you more add-ons. I'm actively looking at alternatives.
makestuff|3 months ago
zby|3 months ago
stpedgwdgfhgdd|3 months ago
E.g. with a Jira cli tool I have to write the skill and keep it up to date. With a MCP server I can delegate most of the work.
mlrtime|3 months ago
PantaloonFlames|3 months ago
bradgessler|3 months ago
[deleted]
MrDarcy|3 months ago