Skip to content

Commit b87ded1

Browse files
iOSDevSKclaude
andcommitted
chore: rebrand as community plugin and bump version to 1.1.7
- Update all author/contributor references to Filip Dvoran only - Add community plugin disclaimer in README and plugin header - Remove association with Automattic in all files - Update plugin URI to GitHub repository - Bump version to 1.1.7 across all files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 7998d5a commit b87ded1

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
**Connect your WooCommerce store to AI assistants like Claude and VS Code.** This WordPress plugin enables AI clients to access your store's product catalog, categories, reviews, and content through a secure, read-only interface.
66

7+
> **Community Plugin Notice**: This is a community-developed plugin and is not affiliated with or endorsed by Automattic, the creators of WordPress and WooCommerce. While it builds upon the foundation of the official WordPress MCP implementation, this plugin is independently maintained.
8+
79
[MCP for WooCommerce](https://mcpforwoocommerce.com) transforms your WordPress site into an AI-accessible data source built on [Automattic's official WordPress MCP](https://github.com/Automattic/wordpress-mcp). It safely exposes public store information—products, categories, tags, reviews, shipping options, and WordPress content—while protecting customer data and private details.
810

911
Perfect for building AI-powered shopping assistants or integrating with custom AI applications.
@@ -356,5 +358,5 @@ No. The plugin focuses on public store/catalog data and WordPress content. No PI
356358
<details>
357359
<summary><strong>Is this compatible with Automattic's WordPress MCP?</strong></summary>
358360
<br>
359-
Yes, MCP for WooCommerce is built on Automattic's official WordPress MCP and follows GPL-2.0-or-later.
361+
Yes, this community plugin builds upon and extends Automattic's official WordPress MCP implementation. However, this plugin is independently developed and maintained by the community - it is not affiliated with or endorsed by Automattic. It follows the same GPL-2.0-or-later license.
360362
</details>

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "automattic/wordpress-mcp",
2+
"name": "filipdvoran/mcp-for-woocommerce",
33
"description": "Advanced AI integration plugin that connects WooCommerce & WordPress with Model Context Protocol (MCP). Provides comprehensive AI-accessible interfaces to WooCommerce products, orders, categories, shipping, payments, and WordPress posts/pages through standardized tools, resources, and prompts. Enables AI assistants to seamlessly interact with your e-commerce data and content.",
44
"type": "wordpress-plugin",
5-
"homepage": "https://github.com/Automattic/wordpress-mcp",
5+
"homepage": "https://github.com/iOSDevSK/mcp-for-woocommerce",
66
"license": "GPL-2.0-or-later",
7-
"author": "Automattic AI (https://automattic.ai)",
7+
"author": "Filip Dvoran (https://github.com/iOSDevSK)",
88
"require-dev": {
99
"phpunit/phpunit": "^9.0",
1010
"yoast/phpunit-polyfills": "^1.0"

mcp-for-woocommerce.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/**
33
* Plugin name: MCP for WooCommerce
4-
* Description: Advanced AI integration plugin that connects WooCommerce & WordPress with Model Context Protocol (MCP). Provides comprehensive AI-accessible interfaces to WooCommerce products, orders, categories, shipping, payments, and WordPress posts/pages through standardized tools, resources, and prompts. Enables AI assistants to seamlessly interact with your e-commerce data and content. Acts as a WooCommerce MCP Server for MCP clients; pair with Webtalkbot to add a WooCommerce AI Chatbot/Agent to your site.
5-
* Version: 1.1.6
4+
* Description: Community-developed AI integration plugin that connects WooCommerce & WordPress with Model Context Protocol (MCP). Not affiliated with Automattic. Provides comprehensive AI-accessible interfaces to WooCommerce products, orders, categories, shipping, payments, and WordPress posts/pages through standardized tools, resources, and prompts. Enables AI assistants to seamlessly interact with your e-commerce data and content. Acts as a WooCommerce MCP Server for MCP clients; pair with Webtalkbot to add a WooCommerce AI Chatbot/Agent to your site.
5+
* Version: 1.1.7
66
* Requires at least: 6.4
77
* Tested up to: 6.8
88
* Requires PHP: 8.0
9-
* Author: Filip Dvoran, Claude, Automattic AI, Ovidiu Galatan
9+
* Author: Filip Dvoran
1010
* Author URI: https://github.com/iOSDevSK/mcp-for-woocommerce
11-
* Plugin URI: https://mcpforwoocommerce.com
11+
* Plugin URI: https://github.com/iOSDevSK/mcp-for-woocommerce
1212
* License: GPL-2.0-or-later
1313
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
1414
* Text Domain: mcp-for-woocommerce

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woo-mcp",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"type": "module",
55
"description": "Advanced AI integration plugin that connects WooCommerce & WordPress with Model Context Protocol (MCP). Provides comprehensive AI-accessible interfaces to WooCommerce products, orders, categories, shipping, payments, and WordPress posts/pages through standardized tools, resources, and prompts. Enables AI assistants to seamlessly interact with your e-commerce data and content.",
66
"keywords": [
@@ -26,9 +26,9 @@
2626
"management",
2727
"model-context-protocol"
2828
],
29-
"homepage": "https://github.com/Automattic/wordpress-mcp",
29+
"homepage": "https://github.com/iOSDevSK/mcp-for-woocommerce",
3030
"license": "GPL-2.0-or-later",
31-
"author": "Automattic",
31+
"author": "Filip Dvoran",
3232
"main": "src/index.js",
3333
"private": true,
3434
"files": [

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== MCP for WooCommerce ===
2-
Contributors: filipdvoran, claude, automattic, ovidiu-galatan
2+
Contributors: filipdvoran
33
Tags: ai, mcp, woocommerce, chatbot, ecommerce
44
Requires at least: 6.4
55
Tested up to: 6.8
66
Requires PHP: 8.0
7-
Stable tag: 1.1.6
7+
Stable tag: 1.1.7
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)