enhance: replace Files.com server with official remote - #1385
Merged
calvinmclean merged 4 commits intoAug 20, 2026
Merged
calvinmclean merged 4 commits into
calvinmclean merged 4 commits into
Conversation
calvinmclean
force-pushed
the
feat/files-com-remote
branch
from
August 7, 2026 16:18
fdcd6d8 to
fda8d09
Compare
calvinmclean
force-pushed
the
feat/files-com-remote
branch
from
August 7, 2026 21:08
fda8d09 to
e2cf561
Compare
calvinmclean
force-pushed
the
feat/7376-catalog-overhaul
branch
from
August 10, 2026 18:43
08b85e2 to
968dc71
Compare
calvinmclean
force-pushed
the
feat/files-com-remote
branch
from
August 20, 2026 19:18
77d0288 to
f29860f
Compare
calvinmclean
changed the base branch from
feat/7376-catalog-overhaul
to
feat/7376-safe-upgrades
August 20, 2026 19:19
calvinmclean
marked this pull request as ready for review
August 20, 2026 19:19
calvinmclean
merged commit Aug 20, 2026
f699394
into
obot-platform:feat/7376-safe-upgrades
1 of 2 checks passed
calvinmclean
added a commit
that referenced
this pull request
Aug 21, 2026
calvinmclean
added a commit
that referenced
this pull request
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
obot-files-dot-comentry key while changing the runtime from containerized to remoteConfiguration changes
Existing connections must provide their Files.com site subdomain through
FILES_COM_SITE. Authentication uses browser-based OAuth by default, with an optional Files.com API key supplied through theX-FilesAPI-Keyheader for automated or headless use.This replaces the container’s required
FILES_COM_API_KEYenvironment variable. Multiple configured Files.com site connections are supported.Tool compatibility
The live remote server exposes the same 61 tools as the previous container preview. No tools were removed.
Create_BundleandUpdate_Bundleadditionally expose thepermissionsparameter.The existing catalog exclusions for
Download_File_to_LocalandUpload_File_from_Localremain unchanged.Validation
ms1887x6obot mcp validate-catalog-yaml --require-entry-key ./*.yamlgit diff --check