Skip to main content
Glama

MCP Task

by just-every
test-cli.shโ€ข794 B
#!/bin/bash # Test the MCP Task Server using the CLI directly echo "๐Ÿงช Testing MCP Task Server via CLI" echo "==================================" echo "" # Build first echo "๐Ÿ“ฆ Building..." npm run build echo "" echo "Test 1: Simple task" echo "-------------------" npm run dev -- --task "Count from 1 to 5" --model mini echo "" echo "Test 2: Task with context" echo "------------------------" npm run dev -- \ --task "Write a function to calculate fibonacci" \ --model code \ --context "Use Python with memoization" echo "" echo "Test 3: Task with output specification" echo "--------------------------------------" npm run dev -- \ --task "Explain quantum computing" \ --model standard \ --output "A simple paragraph for beginners" echo "" echo "โœ… CLI tests complete!"

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/just-every/mcp-task'

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