167作者: dmarcos3 个月前
<a href="https://www.reuters.com/technology/spacex-says-it-has-option-acquire-startup-cursor-60-billion-2026-04-21/" rel="nofollow">https://www.reuters.com/technology/spacex-says-it-has-option...</a><p><a href="https://www.nytimes.com/2026/04/21/business/spacex-cursor-deal.html" rel="nofollow">https://www.nytimes.com/2026/04/21/business/spacex-cursor-de...</a> (<a href="https://archive.ph/c2Tac" rel="nofollow">https://archive.ph/c2Tac</a>)<p><a href="https://www.bloomberg.com/news/articles/2026-04-21/spacex-says-has-agreement-to-acquire-cursor-for-60-billion" rel="nofollow">https://www.bloomberg.com/news/articles/2026-04-21/spacex-sa...</a>
3作者: rohans05093 个月前
我是 Rohan,我对 CC 的搜索和阅读工具感到非常沮丧。它们使用 Haiku 来总结所有搜索结果,所以速度很慢,而且经常会丢失很多信息。 我构建了这个 MCP,你可以将其安装到你的编码代理中,这样它们就可以真正地访问网络了。 目前它可以: - 搜索普通网络 - 搜索 Reddit - 阅读并抓取几乎任何网页 安装方法: npx openalmanac setup 这个 MCP 完全免费使用。我们还建立了一个中央存储库,你可以在探索过程中贡献你学到的东西。如果你发现有用的东西,你可以使用同一个 MCP 将其贡献到我们在 Almanac 上构建的百科全书中。
1作者: justvugg3 个月前
大家好, 我开发了 cli-use,这是一个小型的 Python 工具,可以将任何 MCP 服务器转换为原生 CLI。 这个想法很简单: HTTP 有 curl,Docker 有 docker,Kubernetes 有 kubectl —— MCP 也应该有一个 shell 原生客户端。 我为什么开发它: MCP 很有用,但通过代理使用它会带来一些开销: * 每次会话都需要进行模式发现 * 每次调用都带有 JSON-RPC 框架 * 当有用的输出只有一两行时,响应通常是冗长的 JSON cli-use 将其转换为简洁的 CLI,因此可以像普通 shell 命令一样调用工具。 示例: ```bash pip install cli-use cli-use add fs /tmp cli-use fs list_directory --path /tmp ``` 之后,MCP 服务器的行为就像一个常规 CLI: * 可供代理使用 * 可供人类使用 * 可从脚本 / subprocess.run 使用 * 可与 grep、head、xargs 等组合使用 示例: ```bash cli-use fs search_files --path /tmp --pattern "*.md" | head cli-use fs read_text_file --path /tmp/notes.md | grep TODO ``` 我非常关注的一件事是代理的人体工程学。 每次添加还会发出一个 SKILL.md 以及一个 AGENTS.md 指针,因此在存储库中工作的代理可以自动发现和使用 CLI。 一些细节: * 纯 Python 标准库 * 零运行时依赖 * 持久别名 * 适用于 npm、pip、pipx 和本地 MCP 服务器 * 内置常用 MCP 服务器注册表 我还针对真实的 @modelcontextprotocol/server-filesystem 服务器(14 个工具)进行了基准测试。根据会话大小,令牌节省了大约 60-80%,这主要得益于消除了模式开销和冗余的请求 / 响应框架。 它仍处于 alpha 阶段,但已经可以使用了。 仓库: [https://github.com/JustVugg/cli-use](https://github.com/JustVugg/cli-use)
5作者: darkhorse133 个月前
嘿,HN,大约一年多前,我推出了 https://forms.md,一个免费、开源的 Typeform 替代品/表单构建器。今天注册用户达到了 5000 人,感谢真主。<p>收入微薄,但我还没有真正地进行货币化(现在还没有?)。不管怎样,我对目前为止的结果非常满意。
606作者: JamesMcMinn3 个月前
<a href="https://x.com/TheAmolAvasare/status/2046725498592722972" rel="nofollow">https://x.com/TheAmolAvasare/status/2046725498592722972</a><p><a href="https://xcancel.com/TheAmolAvasare/status/204672549859272297...</a>