acomagu
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: VSCode as MCP Server (github.com)
I built a VSCode extension that turns your editor into an MCP (Model Context Protocol) server, letting you seamlessly integrate advanced AI-assisted coding features from tools like Claude Desktop. It supports real-time…
- Godoc.org will be closed owing to legal reason (groups.google.com)
-
I think these type should be equal: { a: string | undefined } { a: string } | { a: undefined } These mean same set of values. And if these are equals, the following works: Exclude<{ a: string | undefined }, { a: string…
- Show HN: The Fastest Trie Tree Implementation in Go (github.com)
- Show HN: Make asynchronous your prompts in Fish (github.com)