We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// Checkout https://nodejs.org/api/buffer.html#buffers-and-character-encodings
export const encodings = [
{
value: 'ascii',
label: 'ASCII',
},
{
value: 'utf8',
label: 'UTF-8',
},
{
value: 'utf16le',
label: 'UTF-16LE',
},
{
value: 'ucs2',
label: 'UCS-2',
},
{
value: 'base64',
label: 'Base64',
},
{
value: 'base64url',
label: 'Base64 URL',
},
{
value: 'latin1',
label: 'Latin1',
},
{
value: 'binary',
label: 'Binary',
},
{
value: 'hex',
label: 'Hex',
},
];