mirror of
https://github.com/cypress-io/ai-toolkit.git
synced 2026-09-18 20:07:41 +08:00
25 lines
629 B
JSON
25 lines
629 B
JSON
{
|
|
"name": "cypress",
|
|
"displayName": "Cypress",
|
|
"version": "1.4.0",
|
|
"description": "Create, update, and fix Cypress tests. Connect to Cypress Cloud to see test results and use data to manage your test suite.",
|
|
"author": {
|
|
"name": "Cypress.io",
|
|
"email": "support@cypress.io",
|
|
"url": "https://www.cypress.io"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"plugin",
|
|
"cypress",
|
|
"ai",
|
|
"testing",
|
|
"automation",
|
|
"qa"
|
|
],
|
|
"logo": "assets/cypress-logotype-dark.svg",
|
|
"repository": "https://github.com/cypress-io/ai-toolkit",
|
|
"skills": "./skills/",
|
|
"mcpServers": "./mcp/.mcp.cursor.json"
|
|
}
|