mirror of
https://github.com/samanhappy/mcphub.git
synced 2026-01-02 20:59:08 -05:00
fix: sort market servers by official status (#36)
This commit is contained in:
@@ -29,7 +29,7 @@ export const notifyToolChanged = async () => {
|
||||
currentServer
|
||||
.sendToolListChanged()
|
||||
.catch((error) => {
|
||||
console.error('Failed to send tool list changed notification:', error);
|
||||
console.warn('Failed to send tool list changed notification:', error.message);
|
||||
})
|
||||
.then(() => {
|
||||
console.log('Tool list changed notification sent successfully');
|
||||
|
||||
Reference in New Issue
Block a user