logoalt Hacker News

ekropotintoday at 12:25 AM1 replyview on HN

I mean, CLI tool is also “reusable communication abstraction”, innit?


Replies

mmis1000today at 8:10 AM

Tell me how many ways that print help message for a command you have seen and say "reusable" again. Mcp is exactly exists to solve this. The rest is just json rpc with simple key value pairs.

You can probably let llm guess the help flag and try to parse help message. But the success rate is totally depends on model you are using.

show 1 reply