Skip to main content
Glama

Model Context Protocol Server

by arkeodev
test_example.py356 B
"""Unit tests for the example module.""" from typing import Any, Dict def test_example() -> None: """A dummy test example.""" assert True def test_example_with_data() -> None: """An example test with some data structure.""" data: Dict[str, Any] = {"key": "value", "number": 42} assert "key" in data assert data["number"] == 42

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/arkeodev/search-engine-with-rag-and-mcp'

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