HN user

OpenWaygate

17 karma
Posts1
Comments13
View on HN
MCP is dead? 2 months ago

I used to compare MCP and Skill in my post (AI-assisted [1]) and also maintain a CLI/MCP/Skill for YouTube.

In my opinion, MCP is not dead. "MCP Belongs to Software Engineering", it ships existing concepts from software engineering into AI. CLI, MCP-tools, and OpenAPI are interchangeable to some degree, but MCP is more than tools; there are mcp-apps[2], lazy load in context[3].

[1] https://log.ifor.dev/posts/mcp_vs_skill/

[2] https://modelcontextprotocol.io/extensions/apps/overview

[3] https://code.claude.com/docs/en/agent-sdk/tool-search

I'm more and more realize this since work. People wrap their solution with BIG TITLE and fancy words, while many simple but practical solutions are underestimated or not taken seriously.

Why Go Can't Try 5 months ago

One reason I don't like JS or others is that they have too many ways to do the same thing, then you'll be challenged which is better and why on interview. Go offers fewer, more explicit options, not only on error handling.