Skip to main content
Glama

FastMCP_RecSys

by attarmau
ImageUpload.jsx429 B
import React from 'react'; const ImageUpload = ({ setImage }) => { const handleImageChange = (e) => { const file = e.target.files[0]; if (file) { setImage(file); } }; return ( <div className="mb-4"> <input type="file" accept="image/*" onChange={handleImageChange} className="block text-sm text-gray-500" /> </div> ); }; export default ImageUpload;

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