Skip to main content
Glama
test_calculus.py266 B
import pytest @pytest.mark.asyncio async def test_calculus_diff(client): resp = await client.call_tool( "sympy_mcp_calculus_operation", {"operation": "diff", "expr": "x**3 + 2*x", "sym": "x", "n": 1}, ) assert "3*x**2 + 2" in str(resp)

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