Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Server Box
by
box-community
Verified
GitHub
Cloud Storage
Search
Python
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-box
tests
tests/conftest.py
tests/test_box_api_ai.py
tests/test_box_api_basic.py
tests/test_box_api_read.py
tests/test_box_api_search.py
tests/test_box_auth.py
import pytest from box_sdk_gen import BoxClient from src.lib.box_authentication import get_ccg_client, get_oauth_client @pytest.fixture def box_client() -> BoxClient: # return get_ccg_client() return get_oauth_client()