MCP tool loses browser context between calls — Playwright MCP navigate then snapshot returns about:blank

オープン
#42,650 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
50/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
typescript

調査の方向性

Start in the Dify Chatflow agent-node path that creates and destroys MCP client connections, and trace the lifecycle across successive tool invocations. Reproduce the sequence with the Playwright MCP server: browser_navigate followed by browser_snapshot or browser_take_screenshot; done means the later call retains the navigated browser context instead of returning about:blank.

索引モデルが issue の本文から書いたものです。

説明

💪 enhancement
Self Checks
  • I have read the Contributing Guide and Language Policy.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.

I'm trying to use the official Microsoft Playwright MCP Server (mcr.microsoft.com/playwright/mcp) in a Dify Chatflow to automate browser interactions — navigate to a webpage, take a screenshot, and capture the page snapshot.
However, I found that each MCP tool invocation creates a brand new MCP client connection, which is immediately destroyed after the call returns. This means the browser context (opened page, navigation state) is lost between calls. browser_navigate succeeds, but the subsequent browser_snapshot or browser_take_screenshot call opens a fresh browser context at about:blank, losing the navigated page entirely.
This makes it impossible to use any stateful MCP server (like Playwright, which maintains browser state across calls within a single session) in Dify agent nodes.

2. Additional context or comments

No response

3. Can you help us with this feature?
  • I am interested in contributing to this feature.
主要言語
TypeScript
スター
157k
フォーク
24.7k
平均マージ
22時間 32分
マージ済み PR(30日)
611

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

langgenius/dify のほかの issue

langgenius/dify の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。