Skip to main content
Glama

MCP Server.exe

by shadowcz007
index.ts363 B
import { scheduleTask } from './tasks/scheduler' import { loadConfig } from './config' export const cronjob = (configPathOrStr: string,client:any) => { const config = loadConfig(configPathOrStr) // 遍历任务并设置定时器 config.tasks.forEach(task => scheduleTask(task,client)) // 提示程序已启动 // console.log('定时任务已设置') }

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/shadowcz007/mcp_server_exe'

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