Skip to main content
Glama

Sitecore Send

http.ts368 B
import { getServer } from './server'; import { loadConfiguration } from '@/lib/config'; export const start: (port: string | undefined) => void = (port) => { const PORT = parseInt(port || '3000'); const cfg = loadConfiguration(); const server = getServer(cfg); server.start({ transportType: "httpStream", httpStream: { port: PORT, }, }); }

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/izharikov/send-mcp'

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