Skip to content
TopicTracker
来自 HackerNews查看原文
译文语言译文语言

Show HN:Arbor – 代码图 MCP 服务器,让 AI 代理不再靠 grep 翻阅你的代码库

Arbor v2.4.0 是一款代码图 MCP 服务器,旨在帮助 AI 编程代理更高效地理解代码库结构。传统上,代理通过 grep 等工具逐行搜索代码,效率低下且缺乏上下文;Arbor 则构建代码的语义图(如函数调用关系、依赖路径等),让代理能以结构化方式快速定位关键信息,从而提升代码分析和自动补全的准确性。

背景速读

Arbor 是一款开源的代码图(code graph)MCP(Model Context Protocol)服务器,最新版本 v2.4.0 已发布。它的核心功能是让 AI 编程助手(如 Claude、Cursor、Copilot 等)通过结构化查询接口而非逐行 grep 来理解代码库——本质上是把代码的调用关系、依赖树等拓扑信息暴露给 AI,使其能在大型项目中做更精准的上下文感知分析。

相关报道

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.