Open Issues Need Help
View All on GitHubAI Summary: Update the README file for the MCP Gateway and Registry project to correct the Amazon EC2 instance type from 'ml.t3.2xlarge' to 't3.2xlarge'. This involves a simple text edit in the README.md file.
MCP Gateway and Registry
AI Summary: The task requires modifying the Python agent code to add support for the Anthropic SDK as an alternative to the Amazon Bedrock Converse API for interacting with Claude models. This involves adding configuration options to select the provider (Anthropic or Bedrock), handling Anthropic API key authentication, and ensuring backward compatibility with the existing Bedrock implementation. The changes should include updating environment variables and CLI arguments to support the new functionality.
MCP Gateway and Registry
AI Summary: Debug and fix a logout issue in the MCP Gateway & Registry's web UI. The current logout functionality results in a Cognito error page instead of a successful logout and redirect. The fix likely involves correcting the logout request handling within the web UI's interaction with the Cognito authentication flow.
MCP Gateway and Registry
AI Summary: This task requires creating a new sample MCP server using the streamable HTTP transport, registering it with the MCP Gateway Registry, updating the agent to support this transport, and ensuring seamless integration with existing tool discovery mechanisms. This involves creating a new server implementation, updating configuration files, modifying the agent code to handle both SSE and streamable HTTP, and adding documentation and integration tests.
MCP Gateway and Registry