Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
noor_z
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Fast regex search: indexing text for agent tools
(cursor.com)
16 points
by
noor_z
6mo ago
|
2 comments
2.
▲
by
noor_z
1y ago
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.
3.
▲
by
noor_z
1y ago
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 man
4.
▲
by
noor_z
1y ago
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 protoco
5.
▲
by
noor_z
1y ago
It's very possible I'm just bad at Go but it seems to me that the result of trying to adhere to CSP in my own Go projects is the increasing use of dedicated lifecycle management channels like `shutdownChan`. Time will tell how bur
6.
▲
Show HN: Lspwatch – Automatic, configurable observability for language servers
(github.com)
6 points
by
noor_z
1y ago
|
0 comments