MCP Server

Prompt

Write an MCP server in TypeScript that runs with Bun. The server must be a streameable HTTP MCP and support modern elicitation flow. The MCP provides a set of curated AWS tools for triaging issues. Before first tool call, the MCP must ask for an ASIA short-lived credentials to be used with the AWS SDK, and use it while not expired. Once expired, it must asks for a new one on the following tool request. Multiple different clients will be using this MCP, so the credentials must be scoped per client.

No responses available for this prompt yet