Skip to content

Commit

Permalink
wordpress auth instruction update (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
tybalex authored Feb 6, 2025
1 parent b9d3208 commit 4c02526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions wordpress/credential/tool.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Tools: ../../generic-credential
"promptInfo": {
"fields" : [
{
"name": "Wordpress Site",
"description": "Your Wordpress Site URL",
"name": "Wordpress Site URL",
"description": "Enter your WordPress site URL in the format: https://example.com. Do not include a trailing slash or suffix like /wp-admin or /wp-json.",
"env": "WORDPRESS_SITE"
},
{
Expand All @@ -22,12 +22,12 @@ Tools: ../../generic-credential
"env": "WORDPRESS_USERNAME"
},
{
"name": "Wordpress Password",
"description": "Your Wordpress password, it's recommended to use an application password.",
"name": "Wordpress Application Password",
"description": "Your Wordpress application password. Note that this is different from your Wordpress password.",
"env": "WORDPRESS_PASSWORD",
"sensitive": true
}
],
"message": "Enter your Wordpress site url, username and password or application password."
"message": "WARNING: This tool does not support WordPress.com sites.\nPREREQUISITES:\n1. Create an application password to enable post creation:\n - Go to your WordPress site admin dashboard.\n - In the left sidebar, click `Users`, then edit your user profile.\n - Scroll to the `Application Passwords` section and click `Add New Application Password`.\n2. Configure permalinks for the WordPress API to work:\n - In the dashboard, hover over `Settings` and select `Permalinks`.\n - Choose any structure other than `Plain` and save the changes."
}
}
2 changes: 1 addition & 1 deletion wordpress/tool.gpt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Name: Wordpress
Description: Tools for interacting with self-hosted and hosted Wordpress sites that support basic auth.
Description: Tools for interacting with self-hosted and hosted Wordpress sites that support basic auth. Wordpress.com sites are not supported.
Metadata: bundle: true
Share Tools: List Users, Get User, List Posts, Retrieve Post, Create Post, Update Post, Delete Post, Get Site Settings

Expand Down

0 comments on commit 4c02526

Please sign in to comment.