Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,7 @@ Example client config (JSON):
|
|
| 73 |
|
| 74 |
## Environment variables (optional but recommended)
|
| 75 |
|
| 76 |
-
- HF_READ_TOKEN: Enables Image Generation, Video Generation, and Deep Research (Hugging Face serverless inference).
|
| 77 |
- HF_TOKEN: Alternative token fallback used by some providers (also enables Deep Research/Video).
|
| 78 |
- NYMBO_TOOLS_ROOT: Overrides the File System/Shell working root. Defaults to Nymbo-Tools/Filesystem.
|
| 79 |
- UNSAFE_ALLOW_ABS_PATHS=1: Allow absolute paths in File System and Shell Command (off by default for safety).
|
|
@@ -196,11 +196,11 @@ Output:
|
|
| 196 |
|
| 197 |
1) Duplicate the Space at https://huggingface.co/spaces/Nymbo/Tools.
|
| 198 |
2) In Space Settings → Secrets, add HF_READ_TOKEN (and/or HF_TOKEN) for model access.
|
| 199 |
-
3)
|
| 200 |
|
| 201 |
## Troubleshooting
|
| 202 |
|
| 203 |
-
- Image/Video/Deep Research
|
| 204 |
- Provide HF_READ_TOKEN (and optionally HF_TOKEN). Restart the app/Space.
|
| 205 |
- 401/403 when calling generation tools:
|
| 206 |
- Token missing/insufficient permissions. Ensure your token can read the chosen model.
|
|
|
|
| 73 |
|
| 74 |
## Environment variables (optional but recommended)
|
| 75 |
|
| 76 |
+
- HF_READ_TOKEN: Enables Image Generation, Video Generation, and Deep Research (Hugging Face serverless inference). These tools stay visible to MCP clients but calls require a valid token to succeed.
|
| 77 |
- HF_TOKEN: Alternative token fallback used by some providers (also enables Deep Research/Video).
|
| 78 |
- NYMBO_TOOLS_ROOT: Overrides the File System/Shell working root. Defaults to Nymbo-Tools/Filesystem.
|
| 79 |
- UNSAFE_ALLOW_ABS_PATHS=1: Allow absolute paths in File System and Shell Command (off by default for safety).
|
|
|
|
| 196 |
|
| 197 |
1) Duplicate the Space at https://huggingface.co/spaces/Nymbo/Tools.
|
| 198 |
2) In Space Settings → Secrets, add HF_READ_TOKEN (and/or HF_TOKEN) for model access.
|
| 199 |
+
3) Both the UI and MCP clients will list every tool. Image/Video/Deep Research still need a valid token when invoked.
|
| 200 |
|
| 201 |
## Troubleshooting
|
| 202 |
|
| 203 |
+
- Image/Video/Deep Research calls fail immediately:
|
| 204 |
- Provide HF_READ_TOKEN (and optionally HF_TOKEN). Restart the app/Space.
|
| 205 |
- 401/403 when calling generation tools:
|
| 206 |
- Token missing/insufficient permissions. Ensure your token can read the chosen model.
|