fix: sort market servers by official status (#36)

This commit is contained in:
samanhappy
2025-04-26 21:17:05 +08:00
committed by GitHub
parent 142c3f628a
commit c9ec3b77ce
3 changed files with 42 additions and 18 deletions

View File

@@ -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');