logoalt Hacker News

vayliantoday at 6:59 AM3 repliesview on HN

> you can only use AI on Helix through LSP

How do other editors do this, if they don't use LSPs? Helix specifically choses LSP as the integration mechanism (in combination with TreeSitter) for supporting different programming languages, because it is a language-agnostic protocol and therefore only needs to be implemented once. Is there some established AI-agnostic protocol/interface? I don't think MCP would work here?


Replies

nikita2206today at 11:04 AM

Just watching filesystem for file changes and updating the in-memory view of the file on any change? This isn’t really relevant to MCP, though one option is to provide a different tool to the AI agent for file modifications, which would make modifications through the file editor itself.

show 1 reply
potrotoday at 8:15 AM

ACP Agent Client Protocol https://agentclientprotocol.com/get-started/registry

show 1 reply
small_scombrustoday at 7:10 AM

> Is there some established AI-agnostic protocol/interface?

AFAIK no

show 1 reply