generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 495
[WIP] Mcp support #925
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
Moritzslz
wants to merge
95
commits into
v3
Choose a base branch
from
mcp-support
base: v3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] Mcp support #925
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Update _extract_reasoning_content_from_agent_result to handle Strands' actual reasoning structure - Change from looking for 'type' == 'reasoning' to 'reasoningContent' key - Extract reasoning text from reasoningContent.reasoningText.text path - Use actual signature from Strands instead of hardcoded value - Ensure reasoning content is properly added to thinking_log for persistence - Align with chat_legacy logic for reasoning content handling
- Implement create_mcp_tools to generate MCP tools from bot config - Add get_mcp_config to extract MCP configuration from a bot - Implement MCPAuth for HTTP authentication with MCP servers - Add connect_to_mcp_server_and_list_tools to fetch available tools from MCP server - Add detailed logging for debugging tool attributes and connection status
- Supports adding, removing, and editing MCP servers - Handles parsing of config from string or object formats - Allows testing server connections and fetching available tools - Implements tool selection toggles per server - Includes error handling and loading state management - Uses i18n for translations and custom UI components for inputs and buttons
c657ee8
to
48a1ea5
Compare
When is it scheduled to be released? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
I implemented MCP remote server connection which allows the user to connect to remote MCP servers using API Key authentication. The user can select from available tools.