Skip to main content
Glama
layout.tsx632 B
import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; import { cn } from "@/lib/utils"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "BSV MCP - Hosted Service", description: "Bitcoin SV Model Context Protocol - Authenticate and Connect", }; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return ( <html lang="en" className="dark"> <body className={cn( "min-h-screen bg-background font-sans antialiased", inter.className, )} > {children} </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/b-open-io/bsv-mcp'

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