Skip to main content
Glama
index.js558 B
// src/middleware/context-storage/index.ts import { AsyncLocalStorage } from "node:async_hooks"; var asyncLocalStorage = new AsyncLocalStorage(); var contextStorage = () => { return async function contextStorage2(c, next) { await asyncLocalStorage.run(c, next); }; }; var tryGetContext = () => { return asyncLocalStorage.getStore(); }; var getContext = () => { const context = tryGetContext(); if (!context) { throw new Error("Context is not available"); } return context; }; export { contextStorage, getContext, tryGetContext };

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/Valerio357/bet-mcp'

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