Skip to main content
Glama
Gruntfile.js462 B
module.exports = function(grunt) { grunt.initConfig({ uglify: { options: { compress: { global_defs: { 'PAPA_BROWSER_CONTEXT': true }, dead_code: true }, output: { comments: 'some', }, }, min: { files: { 'papaparse.min.js': ['papaparse.js'] }, }, }, }); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.registerTask('build', ['uglify']); grunt.registerTask('default', ['uglify']); };

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/yogendhra9/ZerodhaMCP'

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