Plugin SDK: require unified message discovery

This commit is contained in:
Gustavo Madeira Santana
2026-03-18 03:02:02 +00:00
parent 870f260772
commit 682f4d1ca3
31 changed files with 155 additions and 301 deletions

View File

@@ -73,7 +73,7 @@ export async function fetchBlueBubblesServerInfo(params: {
}
/**
* Get cached server info synchronously (for use in listActions).
* Get cached server info synchronously (for use in describeMessageTool).
* Returns null if not cached or expired.
*/
export function getCachedBlueBubblesServerInfo(accountId?: string): BlueBubblesServerInfo | null {