HackerTrans
TopNewTrendsCommentsPastAskShowJobs

noor_z

no profile record

Submissions

Fast regex search: indexing text for agent tools

cursor.com
16 points·by noor_z·4 maanden geleden·2 comments

comments

noor_z
·vorig jaar·discuss
Yup exactly. My tool is supposed to sit between MCP clients and servers. For now only stdio is in scope. Your tool is great. An MCP server for LSPs! I'll be taking it for a spin.
noor_z
·vorig jaar·discuss
One advantage of MCP being "inspired by" LSP, at least to people like myself who work on LSP tools, is that a decent chunk of existing LSP code can be reused and repurposed. For example, most editors already ship with code for managing local server sidecars over stdio. There are a few annoying differences though like the lack of a header section in MCP.
noor_z
·vorig jaar·discuss
Working on supporting MCP (model context protocol) in my LSP (language server protocol) proxy: https://github.com/noredeen/lspwatch.

I wrote this tool to make instrumenting language servers very easy. MCP (both protocol and architecture) seems heavily inspired by LSP which made me curious about what it would take to support it through my telemetry-capturing proxy.

Haven't thought too deeply about how useful an MCP proxy can be but I see it as potentially a general platform for monitoring or debugging MCP servers or clients.