Skip to main content
Glama

MCP Scheduler

by RadiumGu
MIT License
3
  • Apple
  • Linux
test_executor.py352 B
from mcp_scheduler.executor import Executor import pytest import asyncio def test_executor_init(): e = Executor() assert e.ai_model == "gpt-4o" @pytest.mark.asyncio async def test_executor_run_shell(): e = Executor() result = await e.run_shell("echo hi") assert result.output.strip() == "hi" assert result.status == "success"

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/RadiumGu/Q-scheduler-mcp'

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