Skip to main content
Glama

Bear MCP Server

conftest.py456 B
# conftest.py # # Copyright (c) 2025 Junpei Kawamoto # # This software is released under the MIT License. # # http://opensource.org/licenses/mit-license.php # type: ignore import logging import pytest from mcp_bear.cli import init_forwarder @pytest.fixture(scope="module") def anyio_backend() -> str: return "asyncio" @pytest.fixture(scope="session", autouse=True) def setup_forwarder() -> None: init_forwarder(logging.Logger(__name__))

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/jkawamoto/mcp-bear'

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