Skip to main content
Glama
false.js704 B
/*:nodoc:* * class ActionStoreFalse * * This action store the values False respectively. * This is special cases of 'storeConst' * * This class inherited from [[Action]] **/ 'use strict'; var util = require('util'); var ActionStoreConstant = require('./constant'); /*:nodoc:* * new ActionStoreFalse(options) * - options (object): hash of options see [[Action.new]] * **/ var ActionStoreFalse = module.exports = function ActionStoreFalse(options) { options = options || {}; options.constant = false; options.defaultValue = options.defaultValue !== null ? options.defaultValue : true; ActionStoreConstant.call(this, options); }; util.inherits(ActionStoreFalse, ActionStoreConstant);

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/PancrePal-xiaoyibao/get-biji-dev-by-gemini3pro'

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