specweave 0.17.9 → 0.17.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specweave",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.10",
|
|
4
4
|
"description": "Spec-driven development framework for Claude Code. AI-native workflow with living documentation, intelligent agents, and multilingual support (9 languages). Enterprise-grade traceability with permanent specs and temporary increments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mcpServers": {
|
|
3
|
+
"playwright": {
|
|
4
|
+
"command": "npx",
|
|
5
|
+
"args": ["@playwright/mcp@latest"],
|
|
6
|
+
"description": "Local Playwright browser automation - PRIMARY choice for E2E testing and web interaction",
|
|
7
|
+
"optional": false
|
|
8
|
+
},
|
|
3
9
|
"browserbase": {
|
|
4
10
|
"command": "npx",
|
|
5
11
|
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
|
@@ -7,7 +13,7 @@
|
|
|
7
13
|
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}",
|
|
8
14
|
"BROWSERBASE_PROJECT_ID": "${BROWSERBASE_PROJECT_ID}"
|
|
9
15
|
},
|
|
10
|
-
"description": "Cloud browser automation for running Playwright tests in scalable infrastructure",
|
|
16
|
+
"description": "Cloud browser automation for running Playwright tests in scalable infrastructure - FALLBACK option",
|
|
11
17
|
"optional": true
|
|
12
18
|
}
|
|
13
19
|
}
|