Skip to main content
Glama
rollup.config.cjs478 B
const { withNx } = require('@nx/rollup/with-nx'); module.exports = withNx( { main: './src/index.ts', outputPath: '../../dist/packages/mcp-tools', tsConfig: './tsconfig.lib.json', compiler: 'swc', format: ['cjs', 'esm'], assets: [{ input: '{projectRoot}', output: '.', glob: '*.md' }], }, { // Provide additional rollup configuration here. See: https://rollupjs.org/configuration-options // e.g. // output: { sourcemap: true }, }, );

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/contentful/contentful-mcp-server'

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