Skip to main content
Glama

Google Drive MCP Server

uritemplate-test.js912 B
var template, expect, examples; if (typeof require !== 'undefined') { template = require('../lib/url-template.js'); expect = require("expect.js"); examples = require('../uritemplate-test/spec-examples-by-section.json'); } else { template = window.urltemplate; expect = window.expect; examples = window.examples; } function createTestContext(c) { return function (t, r) { if (typeof r === 'string') { expect(template.parse(t).expand(c)).to.eql(r); } else { expect(r.indexOf(template.parse(t).expand(c)) >= 0).to.be.ok(); } }; } describe('spec-examples', function () { Object.keys(examples).forEach(function (section) { var assert = createTestContext(examples[section].variables); examples[section].testcases.forEach(function (testcase) { it(section + ' ' + testcase[0], function () { assert(testcase[0], testcase[1]); }); }); }); });

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