Open Issues Need Help
View All on GitHubAI Summary: Update the heading in the `ServerSelector` component of a React application from "Available Servers" to "Available Servers & Tools" to correct an inconsistency across mobile and non-mobile views. This involves modifying a single line of code in the specified component.
Demo application showcasing how to build and secure MCP servers and clients with Pomerium using contextual access policies.
AI Summary: The task involves adding four attributes (`autocomplete`, `autocorrect`, `autocapitalize`, and `spellcheck`) set to values that disable their respective browser features, to a `<Textarea>` component within a React application's chat input form. This is to prevent browser interference with user input, particularly for technical text like code.
Demo application showcasing how to build and secure MCP servers and clients with Pomerium using contextual access policies.
AI Summary: Add the `@plugin "@tailwindcss/typography"` line to the `styles.css` file to enable Tailwind CSS typography plugin and fix the styling issue in the markdown rendering of chat responses.
Demo application showcasing how to build and secure MCP servers and clients with Pomerium using contextual access policies.