You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`list_posts`|`saltus/list-posts`|`GET /wp/v2/posts`| Query posts from a Custom Post Type with optional filters |
22
22
|`list_terms`|`saltus/list-terms`|`GET /wp/v2/{taxonomy_rest_base}`| List terms from a taxonomy (categories, tags, or custom taxonomies) |
23
23
|`reorder_posts`|`saltus/reorder-posts`|`POST /saltus-framework/v1/reorder`| Reorder multiple posts by updating their menu_order values in a single batch operation |
24
+
|`update_meta_fields`|`saltus/update-meta-fields`|`PUT /saltus-framework/v1/meta/{post_type}/123`| Update meta fields for a specific post of a registered Saltus post type |
24
25
|`update_post`|`saltus/update-post`|`PUT /wp/v2/posts/123`| Update an existing post's fields and meta data |
25
26
|`update_settings`|`saltus/update-settings`|`PUT /saltus-framework/v1/settings/{post_type}`| Update the Saltus Framework settings for a specific post type |
26
27
@@ -284,6 +285,24 @@ Reorder multiple posts by updating their menu_order values in a single batch ope
Copy file name to clipboardExpand all lines: docs/MCP.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ Config section keys:
190
190
|`list_posts`|`saltus/list-posts`|`GET /wp/v2/posts`| Query posts from a Custom Post Type with optional filters |
191
191
|`list_terms`|`saltus/list-terms`|`GET /wp/v2/{taxonomy_rest_base}`| List terms from a taxonomy (categories, tags, or custom taxonomies) |
192
192
|`reorder_posts`|`saltus/reorder-posts`|`POST /saltus-framework/v1/reorder`| Reorder multiple posts by updating their menu_order values in a single batch operation |
193
+
|`update_meta_fields`|`saltus/update-meta-fields`|`PUT /saltus-framework/v1/meta/{post_type}/123`| Update meta fields for a specific post of a registered Saltus post type |
193
194
|`update_post`|`saltus/update-post`|`PUT /wp/v2/posts/123`| Update an existing post's fields and meta data |
194
195
|`update_settings`|`saltus/update-settings`|`PUT /saltus-framework/v1/settings/{post_type}`| Update the Saltus Framework settings for a specific post type |
0 commit comments