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
def test_box_api_basic_connection(box_client): user = box_client.users.get_user_me() assert user.id is not None assert user.name is not None assert user.login is not None