Sam Ruby

Results 97 comments of Sam Ruby

Let me know about the nitpicks. I'll be going on vacation next week at which point I'll be of little help; I'd like to see the problem fixed whether or...

I asked Claude Code to build a simple MCP server with progress indicators that supports all three transports, and then python and typescript clients, and produce a report of what...

Update: I added a branch https://github.com/rubys/mcp-time-progress-server/tree/cancelable which adds: * A TypeScript MCP Server (that can run all three transports) * A client notification request that cancels the long running tool...

Thanks for responding! If you run the tests you can see the problem. While a request that sends progress updates is active, no other request will be accepted from any...

While on vacation I vibe coded an entire MCP SDK with an emphasis on concurrency and compatibility to prove that it could be done: https://github.com/rubys/mcp-go-sdk I didn't do it because...

Amusingly, one of the CI tests is now failing due to an invalid `fly.toml`: ![image](https://github.com/superfly/flyctl/assets/4815/24130740-1037-44c6-a14c-ab54e81e7ef5) What is the current thinking on validation checks? Adding a validation check can break future...