Skip to main content
Glama

Google Drive MCP Server

readme.md543 B
# arrify [![Build Status](https://travis-ci.org/sindresorhus/arrify.svg?branch=master)](https://travis-ci.org/sindresorhus/arrify) > Convert a value to an array ## Install ``` $ npm install arrify ``` ## Usage ```js const arrify = require('arrify'); arrify('🦄'); //=> ['🦄'] arrify(['🦄']); //=> ['🦄'] arrify(new Set(['🦄'])); //=> ['🦄'] arrify(null); //=> [] arrify(undefined); //=> [] ``` *Supplying `null` or `undefined` results in an empty array.* ## License MIT © [Sindre Sorhus](https://sindresorhus.com)

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/isaacphi/mcp-gdrive'

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