docs: add FLUJO remote client guide - #3248
Open
flujo-app wants to merge 1 commit into
Open
Conversation
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.
Closes #3247.
Summary
Add a manual FLUJO guide for the hosted GitHub MCP server's read-only repository toolset, with a secret Bearer header and a file-read verification step.
Why
FLUJO users need the executable/URL/header fields translated into its connection UI. This guide follows the scenario proposed in #3247 and is supported by an actual authenticated UI test.
What changed
MCP impact
Prompts tested (tool changes only)
No tools changed. In FLUJO 3.45.2, the handshake discovered 13 read-only repository tools; get_file_contents returned the exact public fastmcp/server.py fixture from flujo-app/flujo-mcp-client-validation.
Genuine screenshots and the authentication scope. The test used an authorized GitHub CLI OAuth access token supplied as a secret Bearer header. Interactive OAuth, client registration, PAT-specific behavior, local transport and writes were not tested.
Security / limits
Tool renaming
Lint & tests
On exact head f3a794f, go test -v ./..., script/lint (0 issues), UPDATE_TOOLSNAPS=true go test ./..., script/generate-docs and git diff --check all passed in an isolated cloud machine. Docs generation produced no Markdown changes. An unrelated final-newline change in an existing tool snapshot was restored; the checkout is clean. The exact script/test (go test -race ./...) also passed with CGO_ENABLED=1 after installing gcc/libc6-dev. All requested checks are complete.
Docs
Prepared and tested with Codex assistance for the FLUJO project.