We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlaineHeffron/Larry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
layout.tsx•279 B
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Create Project",
description: "Create a new open source project on Larry.",
};
export default function CreateProjectLayout({ children }: { children: React.ReactNode }) {
return children;
}