Skip to main content
Glama

JSON MCP Server

MIT License
80
78
  • Apple
  • Linux
isDataView.js529 B
define(['./_tagTester', './isFunction', './_stringTagBug', './isArrayBuffer'], function (_tagTester, isFunction, _stringTagBug, isArrayBuffer) { var isDataView = _tagTester('DataView'); // In IE 10 - Edge 13, we need a different heuristic // to determine whether an object is a `DataView`. function ie10IsDataView(obj) { return obj != null && isFunction(obj.getInt8) && isArrayBuffer(obj.buffer); } var isDataView$1 = (_stringTagBug.hasStringTagBug ? ie10IsDataView : isDataView); return isDataView$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/GongRzhe/JSON-MCP-Server'

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