Skip to main content
Glama
webpack.config.jsโ€ข653 B
const path = require('path'); const webpack = require('webpack'); const UnminifiedWebpackPlugin = require('unminified-webpack-plugin'); module.exports = { entry: { 'dist': './lib/index.js', 'doc': './lib/index.js' }, output: { path: path.resolve(__dirname, '.'), filename: '[name]/xml-js.min.js', libraryTarget: 'window', // library: 'xmljs' // don't specify this }, // module: { // rules: [ // { // test: /\.(js)$/, // use: 'babel-loader' // } // ] // }, plugins: [ new webpack.optimize.UglifyJsPlugin(), new UnminifiedWebpackPlugin() ] }

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/consigcody94/office-whisperer'

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