-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·44 lines (44 loc) · 1.07 KB
/
composer.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.07 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "genaker/agento-ai",
"description": "Magento MCP AI Assistant - A powerful AI assistant for Magento 2 that helps with store data queries and management",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": ">=8.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Genaker\\MagentoMcpAi\\": ""
}
},
"keywords": [
"magento",
"magento2",
"ai",
"assistant",
"chat",
"openai",
"gpt"
],
"authors": [
{
"name": "Genaker",
"email": "egorshytikov@gmail.com",
"role": "Developer"
}
],
"support": {
"email": "egorshytikov@gmail.com",
"issues": "https://github.com/genaker/magento-mcp-ai/issues",
"wiki": "https://github.com/genaker/magento-mcp-ai/wiki",
"source": "https://github.com/genaker/magento-mcp-ai"
},
"minimum-stability": "stable",
"prefer-stable": true
}