|
|
|
|
|
by simonw
215 days ago
|
|
I don't really like MCPs, at least when I'm working with coding agents like Claude Code or Codex CLI. I'd rather let the agents write code that can do anything the underlying library is capable of, rather than restricting them to just the functionality that the MCP exposes. It's more token efficient too since I don't need to load the full MCP description into my context. |
|