feat(llm-gateway): implement LLM Gateway MCP Server (#56) #71

Closed
cardosofelipe wants to merge 103 commits from feature/56-llm-gateway-mcp-server into dev
Showing only changes of commit 62aea06e0d - Show all commits

View File

@@ -26,6 +26,7 @@ import { createNavigation } from 'next-intl/navigation';
* - /en/auth/login
* - /it/auth/login
*/
/* istanbul ignore next -- configuration object */
export const routing = defineRouting({
// A list of all locales that are supported
locales: ['en', 'it'],