Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impact on MCP Server Function Calls #61

Open
bigzt opened this issue Jan 1, 2025 · 0 comments
Open

Impact on MCP Server Function Calls #61

bigzt opened this issue Jan 1, 2025 · 0 comments

Comments

@bigzt
Copy link

bigzt commented Jan 1, 2025

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:

  1. Use puppeteer.navigate to visit a URL
  2. The service generates response without reading actual content
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant