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
Our current implementation supports methods mcpServerInstance.tool(), mcpServerInstance.resource() and mcpServerInstance.prompt() but these methods are now preceded by register, like so: mcpServerInstance.registerTool().
MCP typescript SDK still supports the former naming but we should support the new ones too.