Skip to main content
Glama
test_equations.py292 B
import pytest @pytest.mark.asyncio async def test_equation_solve_quadratic(client): resp = await client.call_tool( "sympy_mcp_equation_operation", {"operation": "solve", "equations": "x**2 - 1", "symbols": "x"}, ) s = str(resp) assert "-1" in s and "1" in s

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/abhiphile/fermat-mcp'

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