-
Notifications
You must be signed in to change notification settings - Fork 334
enhance: mcp tools logs & mcp client stopping handling #360
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
base: main
Are you sure you want to change the base?
Conversation
backend/app/service/chat_service.py
Outdated
workforce.add_single_agent_worker( | ||
"MCP Agent: A Model Context Protocol agent that provides access " | ||
"to external tools and services through MCP integrations.", | ||
mcp, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @a7m-1st , I think our system now support config the mcp via adding a new worker agent, so there's no need to add this special MCP Agent, could you double check this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh okay, thanks for the review @Wendong-Fan, let me check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

- @Wendong-Fan , I have just reverted that code & adding a separate worker is working fine. I will make a another PR for some enhancements on Add worker along the way.
- So I guess this pr is only about enhanced mcp logging & mcp client termination handling.
Description
search
tool and a hidden error of "env config empty"Result & Discussion
jid
from whatsapp api itself.What is the purpose of this pull request?