Skip to main content
Glama
index.js•583 B
'use strict'; var GetIntrinsic = require('get-intrinsic'); var safePushApply = require('safe-push-apply'); var $ownKeys = GetIntrinsic('%Reflect.ownKeys%', true); var $gOPN = GetIntrinsic('%Object.getOwnPropertyNames%', true); var $gOPS = GetIntrinsic('%Object.getOwnPropertySymbols%', true); var keys = require('object-keys'); /** @type {import('.')} */ module.exports = $ownKeys || function ownKeys(source) { /** @type {(keyof typeof source)[]} */ var sourceKeys = ($gOPN || keys)(source); if ($gOPS) { safePushApply(sourceKeys, $gOPS(source)); } return sourceKeys; };

Latest Blog Posts

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/guangxiangdebizi/PPT-MCP'

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