-
Notifications
You must be signed in to change notification settings - Fork 59.7k
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
[Feature] Model Context Protocol #5909
Comments
Title: [Feature] Model Context Protocol |
大多数mcp server都使用 |
Most mcp servers use |
sequenceDiagram
nextchat->>tauri: connect mcp server
activate tauri
tauri-->>mcp server: popen and get stdin and stdout
mcp server-->>tauri: session.initialize()
tauri-->>nextchat: list_tools()
deactivate tauri
nextchat-->>tauri: call_tool(name, input)
activate tauri
tauri-->>mcp server: send request to stdin
mcp server-->>tauri: get response from stdout
tauri-->>nextchat: result
deactivate tauri
|
🥰 Feature Description
AS MCP Host replacing Claude desktop.
🧐 Proposed Solution
Check the community server progress @ https://github.com/punkpeye/awesome-mcp-servers
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: