Skip to main content
Glama
IConnectorDataServerRequestV2.csβ€’688 B
ο»Ώusing Api.DigitalPages.Interfaces.Models; using System; using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Threading.Tasks; namespace Api.DigitalPages.Interfaces.Connector { public interface IConnectorDataServerRequestV2 { Task<HttpResponseMessage> Process(IConnectorData userData, ServerRequestInfo requestInfo); } public class ServerRequestInfo { public string Service { get; set; } public string Method { get; set; } public Stream Body { get; set; } public Dictionary<string, object> Parameters { get; set; } public Dictionary<string, object> Headers { get; set; } } }

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