Skip to main content
Glama

docs-mcp-server

LibraryList.tsx596 B
import type { LibraryInfo } from "../../tools/ListLibrariesTool"; import LibraryItem from "./LibraryItem"; /** * Props for the LibraryList component. */ interface LibraryListProps { libraries: LibraryInfo[]; } /** * Renders a list of LibraryItem components. * @param props - Component props including the array of libraries. */ const LibraryList = ({ libraries }: LibraryListProps) => { return ( <> <div class="space-y-2"> {libraries.map((library) => ( <LibraryItem library={library} /> ))} </div> </> ); }; export default LibraryList;

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/arabold/docs-mcp-server'

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