Skip to content

Commit a0843b7

Browse files
Merge pull request #33 from Automattic/version-bump-0.1.16
Update version numbers in package.json and wordpress-mcp.php to 0.1.16
2 parents 46d0bbf + 16b1e78 commit a0843b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress-mcp",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Wordpress MCP Settings",
55
"main": "src/index.js",
66
"private": true,
@@ -39,4 +39,4 @@
3939
"eslint-plugin-eslint-comments": "3.2.0",
4040
"prettier": "npm:wp-prettier@3.0.3"
4141
}
42-
}
42+
}

wordpress-mcp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin name: WordPress MCP
44
* Description: A plugin to integrate WordPress with Model Context Protocol (MCP), providing AI-accessible interfaces to WordPress data and functionality through standardized tools, resources, and prompts. Enables AI assistants to interact with posts, users, site settings, and WooCommerce data.
5-
* Version: 0.1.15
5+
* Version: 0.1.16
66
* Author: Automattic AI, Ovidiu Galatan <ovidiu.galatan@a8c.com>
77
* Author URI: https://automattic.ai
88
* Text Domain: wordpress-mcp

0 commit comments

Comments
 (0)