saveServerCatalogTimestamp method
Saves the remote MCP server catalog timestamp.
Implementation
@override
Future<void> saveServerCatalogTimestamp(int timestamp) async {
final prefs = await _instance;
await prefs.setInt('mcp_playground_server_catalog_ts', timestamp);
}