-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·30 lines (30 loc) · 1.11 KB
/
composer.json
File metadata and controls
executable file
·30 lines (30 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "filipdvoran/mcp-for-woocommerce",
"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.",
"type": "wordpress-plugin",
"homepage": "https://github.com/iOSDevSK/mcp-for-woocommerce",
"license": "GPL-2.0-or-later",
"author": "Filip Dvoran (https://github.com/iOSDevSK)",
"require-dev": {
"phpunit/phpunit": "^9.0",
"yoast/phpunit-polyfills": "^1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"firebase/php-jwt": "^6.11"
},
"autoload": {
"psr-4": {
"McpForWoo\\": "includes/"
}
},
"autoload-dev": {
"psr-4": {
"McpForWoo\\Tests\\": "tests/phpunit/"
}
}
}