Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
esnext.data-view.set-uint8-clamped.js755 B
'use strict'; var $ = require('../internals/export'); var uncurryThis = require('../internals/function-uncurry-this'); var aDataView = require('../internals/a-data-view'); var toIndex = require('../internals/to-index'); var toUint8Clamped = require('../internals/to-uint8-clamped'); // eslint-disable-next-line es/no-typed-arrays -- safe var setUint8 = uncurryThis(DataView.prototype.setUint8); // `DataView.prototype.setUint8Clamped` method // https://github.com/tc39/proposal-dataview-get-set-uint8clamped $({ target: 'DataView', proto: true, forced: true }, { setUint8Clamped: function setUint8Clamped(byteOffset, value) { aDataView(this); var offset = toIndex(byteOffset); return setUint8(this, offset, toUint8Clamped(value)); } });

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/Jeetinida/stocknews-mcp'

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