Skip to main content
Glama
test_module.py263 B
"""Test file for Python test patterns.""" import unittest def test_simple_function(): assert True class TestSample(unittest.TestCase): def test_method(self): self.assertEqual(1 + 1, 2) def test_another(self): self.assertTrue(True)

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/st3v3nmw/sourcerer-mcp'

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