Skip to main content
Glama

Sitecore Send

server.ts448 B
import { FastMCP } from "fastmcp"; import { addTools } from "./tools"; import { version } from '../package.json'; import { Config } from "@/lib/config"; export const getServer = (config: Config) => { const server = new FastMCP({ name: "Sitecore Send SMTP Server", version: version as `${number}.${number}.${number}`, ping: { intervalMs: 10000, logLevel: "info", }, }); addTools(server, config); return server; }

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