Skip to main content
Glama
html-plugin.js679 B
/** * Custom HTML plugin options. * @typedef {Object} CustomHtmlPluginOptions * @property {string} title - The title to be injected into the HTML. * @property {string} icon - The icon URL to be set as the favicon. */ /** * @param {CustomHtmlPluginOptions} options */ export default function customHtmlPlugin(options) { return { name: 'custom-html', transformIndexHtml(html) { let newHtml = html.replace(/<%= apTitle %>/g, options.title || ''); newHtml = newHtml.replace(/<%= apFavicon %>/g, options.icon || ''); return newHtml; }, }; }

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/activepieces/activepieces'

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