Skip to main content
Glama

MCP Context Forge Gateway

by SPRIME01
Apache 2.0
test_readme.py931 B
# -*- coding: utf-8 -*- """ Copyright 2025 SPDX-License-Identifier: Apache-2.0 Authors: Mihai Criveti Test README examples. This module uses pytest-examples to test code examples from README.md. """ # Standard import os from pathlib import Path import sys # Add the parent directory to the path so that we can import the module sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.dirname(__file__)))) # Load README examples examples = [] readme_path = Path(__file__).parent / "README.md" if readme_path.exists(): with open(readme_path, "r") as f: readme = f.read() # Find and parse example code blocks # TODO: Parse code blocks when they exist in README.md # For now, this is a placeholder file def test_readme_examples(): """Test code examples in README.""" # This is a placeholder test that always passes # Later, actual code examples from README can be tested assert 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/SPRIME01/MCPContextForge'

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