What's wrong with this entry?
Anonymous. No account, no email.
Async MCP Client Discovery
- Converted the MCP (Model Context Protocol) client discovery function from a wrapped promise to a native async function, improving code clarity and maintainability
Stream Import Optimization
- Consolidated stream imports: Removed redundant
streamimport and instead importsPassThroughdirectly from the stream module when needed
Process Import Cleanup
- Simplified process imports by importing
cwddirectly fromnode:processinstead of importing the entire process module
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.