Skip to main content
Glama
layout.tsx1.5 kB
import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; import { Toaster } from "@/components/ui/toaster"; const geistSans = Geist({ variable: "--font-geist-sans", subsets: ["latin"], }); const geistMono = Geist_Mono({ variable: "--font-geist-mono", subsets: ["latin"], }); export const metadata: Metadata = { title: "Z.ai Code Scaffold - AI-Powered Development", description: "Modern Next.js scaffold optimized for AI-powered development with Z.ai. Built with TypeScript, Tailwind CSS, and shadcn/ui.", keywords: ["Z.ai", "Next.js", "TypeScript", "Tailwind CSS", "shadcn/ui", "AI development", "React"], authors: [{ name: "Z.ai Team" }], icons: { icon: "https://z-cdn.chatglm.cn/z-ai/static/logo.svg", }, openGraph: { title: "Z.ai Code Scaffold", description: "AI-powered development with modern React stack", url: "https://chat.z.ai", siteName: "Z.ai", type: "website", }, twitter: { card: "summary_large_image", title: "Z.ai Code Scaffold", description: "AI-powered development with modern React stack", }, }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en" suppressHydrationWarning> <body className={`${geistSans.variable} ${geistMono.variable} antialiased bg-background text-foreground`} > {children} <Toaster /> </body> </html> ); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vovchansky6/mcp_OVS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server