chrome-devtools-mcp-for-extension 0.9.26 → 0.9.28
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.
|
@@ -233,6 +233,7 @@ async function enableDeepResearchMode(page, response) {
|
|
|
233
233
|
if (!plusClicked.success) {
|
|
234
234
|
return { success: false, error: plusClicked.error };
|
|
235
235
|
}
|
|
236
|
+
response.appendResponseLine('✅ +ボタン(ファイルの追加など)をクリック');
|
|
236
237
|
await new Promise((resolve) => setTimeout(resolve, 500));
|
|
237
238
|
// Step 2: Click "Deep Research" menuitemradio
|
|
238
239
|
const deepResearchSelected = await page.evaluate(() => {
|
|
@@ -562,7 +563,7 @@ export const deepResearchChatGPT = defineTool({
|
|
|
562
563
|
}
|
|
563
564
|
}
|
|
564
565
|
if (needsNewChat) {
|
|
565
|
-
await page.goto('https://chatgpt.com
|
|
566
|
+
await page.goto('https://chatgpt.com/?model=gpt-5-thinking', { waitUntil: 'networkidle2' });
|
|
566
567
|
}
|
|
567
568
|
// Check if logged in
|
|
568
569
|
const currentUrl = page.url();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chrome-devtools-mcp-for-extension",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.28",
|
|
4
4
|
"description": "MCP server for Chrome extension development with Web Store automation. Fork of chrome-devtools-mcp with extension-specific tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./build/src/index.js",
|