We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
built.ts•341 B
/**
* @intlayer/config/built is a package that only returns the configuration file as a JSON object.
* Using an external package allow to alias it in the bundle configuration (such as webpack).
*/
import { getConfiguration } from './configFile/getConfiguration';
const configuration = getConfiguration();
export default configuration;