Skip to main content
Glama

Weather & Stock MCP Server

by Jeetinida
es.date.now.js399 B
'use strict'; // TODO: Remove from `core-js@4` var $ = require('../internals/export'); var uncurryThis = require('../internals/function-uncurry-this'); var $Date = Date; var thisTimeValue = uncurryThis($Date.prototype.getTime); // `Date.now` method // https://tc39.es/ecma262/#sec-date.now $({ target: 'Date', stat: true }, { now: function now() { return thisTimeValue(new $Date()); } });

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