You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make PCNTL extension optional for StdioServerTransport
Signal handling now gracefully degrades when PCNTL extension is unavailable or the event loop doesn't support signals. The transport continues to work normally since termination also happens when STDIN closes.
feat: add backward compatibility for CompletionProvider providerClass…
… parameter
Maintains support for existing `providerClass` parameter while encouraging
migration to the new `provider` parameter for consistency.
fix: improve error handling in ServerBuilder manual registration
This fixes the poor error reporting where users would only see generic
"X error(s) occurred during manual registration" instead of the actual
underlying error that caused the registration failure.
docs: comprehensive README update for 2025-03-26 protocol
Update documentation to reflect current architecture with proper schema generation,
deployment strategies, and corrected configuration examples.