TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is anyone building agents with MCP (or it's just for Claude integration)

1 点作者 resiros16 天前
MCP is great for integrating with Claude&#x2F;Cursor, but building production agents with it does not make sense to me: You don&#x27;t have access to the server&#x27;s prompts, you lack observability, and can&#x27;t debug.<p>Just had a convo with my teammate about this and curious what hn thinks.

1 comment

resiros16 天前
Most of the work when trying to build a reliable agent is 1) determining which tools do you provide to the llm 2) how to describe the tools, their interface. MCP gives you pre-built tools that you can&#x27;t change neither the interface nor the descriptions&#x2F;prompts.<p>There is value in quick integration (or at least the promise of), but I don&#x27;t see why it would be used when building an agent.