Skip to main content
Glama

FastMCP_RecSys

by attarmau
Recommendations.jsx488 B
import React from 'react'; function Recommendations({ recommendations }) { return ( <div className="mt-6 w-full max-w-md bg-white p-4 rounded shadow"> <h2 className="text-xl font-semibold mb-2">Recommended Clothes:</h2> <ul className="list-disc ml-6 space-y-1"> {recommendations.map((item, i) => ( <li key={i}> <strong>{item.garment_name}</strong> </li> ))} </ul> </div> ); } export default Recommendations;

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/attarmau/StyleCLIP'

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