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

feat: implement MCP Client #1503

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

longfin
Copy link

@longfin longfin commented Mar 12, 2025

This PR adds Model Context Protocol(MCP) client feature, to enable leveraging various MCP servers.

  • Due to the nature of web-based projects, I want to exclude stdio transport and only support SSE transport.
  • Set the SSE endpoint as an environment variable beginning with the MCP_SSE_ prefix.
  • I'm thinking about integrating the basic UI, but it would be better to handle them into other PR due to size.

Here are the details of this work I am thinking about.

  • Configuration
  • Toolset conversion
  • LLM integration (llmcall, chat, summary)
  • UI Integration

Since I don't fully understand this project and its tech stack, there may be some inappropriate technology use or approaches. so, if you see anything weird, please feel free to let me know!

@longfin longfin changed the title [WIP] Implement MCP Client feat: Implement MCP Client Mar 12, 2025
@longfin longfin changed the title feat: Implement MCP Client feat: implement MCP Client Mar 12, 2025
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

Successfully merging this pull request may close these issues.

1 participant