Christian Kreiling
Christian Kreiling
Heyo, really interested in what you made here - I had the exact same idea awhile back but was one of those side projects that got scrapped 😛 It'd be...
Horde has the helpful `NodeListener` genserver that I've been copy-pasting into toy projects where I'm playing with DeltaCrdt. My approach to libraries built on top of DeltaCrdt has been to...
Hello, The below example is a quick whip-up, but if you have any suggestions for improvement please let me know. In my case, and I'm guessing in many others', it's...
I create a simple-bigtable client, and try to run the following to read a few rows: ```java bigtable.read("table").rows().family("columnFamily").columns() .startQualifierOpen("someQualifier").endQualifierClosed("zomeQualifier").executeAsync() ``` When I run the code with that client, I receive...
https://github.com/ckreiling/mcp-server-docker This is a MCP server I created and am actively maintaining - it's featured as a community server on the official server list! https://github.com/modelcontextprotocol/servers?tab=readme-ov-file#-community-servers
I'm having an awesome time with Convex and the MCP server. However I am looking for assistance with using the MCP server to call functions requiring user authentication. Take for...