Skip to main content
Glama

Marketfiyati MCP Server

by yibudak
conftest.py418 B
"""Pytest configuration and fixtures""" from __future__ import annotations import pytest from fastapi import FastAPI from fastapi.testclient import TestClient from app.main import create_app @pytest.fixture def app() -> FastAPI: """Create a test FastAPI application""" return create_app() @pytest.fixture def client(app: FastAPI) -> TestClient: """Create a test client""" return TestClient(app)

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/yibudak/marketfiyati_mcp'

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