Skip to content

Commit fd8f73a

Browse files
committed
docs: update Box example config and add token expiry note
1 parent 4218c9d commit fd8f73a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,9 @@ You can integrate the Box Platform API using your own developer token for authen
585585

586586
#### Example config: `examples/box-claude_desktop_config.json`
587587
```json
588-
{
588+
"env": {
589589
"OPENAPI_SPEC_URL": "https://raw.githubusercontent.com/APIs-guru/openapi-directory/refs/heads/main/APIs/box.com/2.0.0/openapi.yaml",
590+
"TOOL_WHITELIST": "/folders/{folder_id}/items,/files/{file_id},/search,/recent_items",
590591
"API_KEY": "${BOX_API_KEY}"
591592
}
592593
```
@@ -603,6 +604,8 @@ You can integrate the Box Platform API using your own developer token for authen
603604

604605
You can now use the MCP ecosystem to list and invoke Box API tools. For integration tests, see `tests/integration/test_box_integration.py`.
605606

607+
Note: developer api keys for free tier box users are limited to 60 minutes :(.
608+
606609
### WolframAlpha API Example
607610

608611
![image](https://github.com/user-attachments/assets/6a634d63-5734-4275-8876-6bacb8beabcc)

0 commit comments

Comments
 (0)