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: add completions capability for Cursor compatibility (#209)
* fix: add completions capability for Cursor compatibility
Add completions capability and return empty completions for unsupported
types instead of throwing errors. This fixes Cursor startup failures
when MCP servers require the completions capability.
Related to: eyaltoledano/claude-task-master#1413
* style: fix prettier formatting
* add tests to prevent regression of cursor completions issue
* fix: advertise completions capability for Cursor compatibility
Add completions capability to server capabilities to prevent Cursor
from failing to start when the capability is not advertised.
0 commit comments