Skip to main content
Glama
test_command_processor.py272 B
from nl.command_processor import parse_command def test_parse_command_basic(): d = parse_command("run tool=consensus steps=2 expert=true") assert d["action"] == "run" assert d["tool"] == "consensus" assert d["steps"] == 2 assert d["expert"] is True

Latest Blog Posts

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/Zazzles2908/EX_AI-mcp-server'

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