You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subsequent function calls of MCP services are affected. For example, after puppeteer.navigate, it starts fabricating content without automatically using evaluate to read the content before continuing. Users have to explicitly point this out. However, when asking questions directly without the thinking protocol, it will use evaluate and then generate responses.
Steps to reproduce:
Use puppeteer.navigate to visit a URL
The service generates response without reading actual content
User has to explicitly ask it to use puppeteer.evaluate
Expected behavior:
Should automatically use puppeteer.evaluate to read content after navigation before generating responses.
Current behavior:
Generates fabricated responses after navigation without reading actual page content.
The text was updated successfully, but these errors were encountered:
The subsequent function calls of MCP services are affected. For example, after puppeteer.navigate, it starts fabricating content without automatically using evaluate to read the content before continuing. Users have to explicitly point this out. However, when asking questions directly without the thinking protocol, it will use evaluate and then generate responses.
Steps to reproduce:
Expected behavior:
Should automatically use puppeteer.evaluate to read content after navigation before generating responses.
Current behavior:
Generates fabricated responses after navigation without reading actual page content.
The text was updated successfully, but these errors were encountered: