Skip to main content
Glama
conninfo.js259 B
// src/adapter/deno/conninfo.ts var getConnInfo = (c) => { const { remoteAddr } = c.env; return { remote: { address: remoteAddr.hostname, port: remoteAddr.port, transport: remoteAddr.transport } }; }; export { getConnInfo };

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