Skip to content

Can LLM be removed from MCP server and replaced with LLM from MCP client #13

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

Open
xiaolei0125 opened this issue Mar 13, 2025 · 1 comment

Comments

@xiaolei0125
Copy link

I have LLM configured in the MCP client. Can it be used only to control the browser in MCP server without the need for additional LLM?

@tumberger
Copy link
Contributor

Yes it can be and can be implemented through sampling - it essentially enables the server to trigger a prompt through the client.

For this, the client needs to support sampling as well (see here and here) - the Claude Desktop client, for example, currently doesn't support it.

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

2 participants