Skip to main content
Glama

dev-kit-mcp-server

conftest.py278 B
"""Tests for the FastMCP server.""" from pathlib import Path import pytest from git import Repo @pytest.fixture(scope="function") def temp_dir(tmp_path) -> str: """Create a temporary directory for testing.""" Repo.init(tmp_path) return Path(tmp_path).as_posix()

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/DanielAvdar/dev-kit-mcp-server'

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