Skip to main content
Glama
ICloudStream.cs344 B
using System; using System.IO; using System.Threading.Tasks; namespace Api.DigitalPages.Interfaces.Data { public interface ICloudStream { Func<Task<Stream>> CustomWriteStream { get; set; } Task<Stream> OpenReadStream(); Task<Stream> OpenWriteStream(); Task CloseWriteStream(Stream stream); } }

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/rkm097git/euconquisto-composer-mcp-poc'

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