Daichi Kamiyama
Results
2
issues of
Daichi Kamiyama
Currently, the `from` method is defined for the `ActiveRecord::QueryMethods` class, but not for the class method of the ActiveRecord type. Therefore, `User.from(something)` is a type error. However, `from` is actually...
## Motivation and Context A server can send structured logging messages to the client. https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/logging#logging Logging was specified in the 2024-11-05 specification, but since it was not supported in ruby-sdk,...