Skip to main content
Glama

BigGo MCP Server

by Funmula-Corp
test_setting.py531 B
from pydantic import ValidationError import pytest from biggo_mcp_server.types.setting import BigGoMCPSetting from .helper import * def test_setting_region_case_insensitive(): env_key = "BIGGO_MCP_SERVER_REGION" # upper case with set_temp_env({env_key: "TW"}): BigGoMCPSetting() # lower case with set_temp_env({env_key: "tw"}): BigGoMCPSetting() # random stuff with set_temp_env({env_key: "not-a-region"}): with pytest.raises(ValidationError): BigGoMCPSetting()

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/Funmula-Corp/BigGo-MCP-Server'

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