Skip to main content
Glama
deso-protocol

DeSo MCP Server

Official
RefreshContext.ts269 B
import { createContext } from "react"; type IRefreshContext = { lockRefresh: boolean; setLockRefresh: (state: boolean) => void; }; export const RefreshContext = createContext<IRefreshContext>({ lockRefresh: false, setLockRefresh: () => { return; }, });

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/deso-protocol/deso-mcp'

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