feat: publish prefereces stored in filesystem

This commit is contained in:
2026-02-27 14:50:20 +01:00
parent ed0551be27
commit b1e9275580
10 changed files with 466 additions and 11 deletions

View File

@@ -170,6 +170,9 @@ const METHOD_NAME_MAP: Record<string, string> = {
'meta.getProjectMetadata': 'getProjectMetadata',
'meta.setProjectMetadata': 'setProjectMetadata',
'meta.updateProjectMetadata': 'updateProjectMetadata',
'meta.getPublishingPreferences': 'getPublishingPreferences',
'meta.setPublishingPreferences': 'setPublishingPreferences',
'meta.clearPublishingPreferences': 'clearPublishingPreferences',
'tags.getAll': 'getAllTags',
'tags.getWithCounts': 'getTagsWithCounts',
'tags.get': 'getTag',