|
|
|
|
|
by jmcodes
267 days ago
|
|
Haha yes, yes it is. I wrote out and implemented that approach in the links below. I've been playing with it for a few hours and I have to say I actually really really like it. One thing I ran into is that since the RPC calls are independent Deno processes, you can't keep say DuckDB or SQLite open. But since it's just typescript on Deno. I can just use a regular server process instead of MCP, expose it through the TS RPC files I define, and the LLM will have access to it. https://github.com/jx-codes/mcp-rpc
https://news.ycombinator.com/item?id=45420133 |
|