Skip to main content
Glama
IConnectorBundle.csβ€’555 B
ο»Ώusing Api.DigitalPages.Interfaces.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace Api.DigitalPages.Interfaces.Connector { public interface IConnectorBundle { Task<IBundle> From(string json); Task<List<IBundle>> Available(IDirectMessage message); } public class BundleOptions { public List<string> FilterName { get; set; } public List<string> FilterInternalName { get; set; } public bool IncludeAuthorizations { 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