docs(mcp): add iFlow Search server example - #29632
Closed
wesleysimplicio wants to merge 1 commit into
Closed
Conversation
|
Status update — two changes since this PR was opened:
The stdio wire surface is unchanged from the prerelease used for validation:
The current PR uses Happy to refresh the branch to use the stable install form if maintainers prefer. This is a community / third-party integration; no implied Hermes endorsement. |
Contributor
Author
|
Closing non-fix PR as requested — mantendo apenas PRs de fix. |
13 tasks
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.
What does this PR do?
Adds a copy-ready iFlow Search MCP server example to the Hermes MCP guide.
Root cause
Issue #29250 asked for a concrete Hermes configuration example for iFlow Search. Without a documented snippet, users have to infer the command shape, environment variable placement, and tool names from the upstream package themselves.
Fix
@iflow-ai/search-mcp@nextstdio server throughnpx -y.envblock instead of in the command string.Why this shape
This is docs-only because the MCP server is already published and does not require Hermes runtime changes. The example stays narrow: one server, one env var, and the registered search tool names users need to verify setup.
Tests
npm view @iflow-ai/search-mcp@next name version bin repository dist-tags --jsongit diff --check -- website/docs/guides/use-mcp-with-hermes.mdnpm --prefix website run build -- --locale enCloses #29250
Related PRs / issues
Original body
## What does this PR do?
Adds a copy-ready iFlow Search MCP server example to the Hermes MCP guide.
Problem
Issue #29250 asked for a concrete Hermes configuration example for iFlow Search. Without a documented snippet, users have to infer the command shape, environment variable placement, and tool names from the upstream package themselves.
What this changes
@iflow-ai/search-mcp@nextstdio server throughnpx -y.envblock instead of in the command string.Why this shape
This is docs-only because the MCP server is already published and does not require Hermes runtime changes. The example stays narrow: one server, one env var, and the registered search tool names users need to verify setup.
Tests
npm view @iflow-ai/search-mcp@next name version bin repository dist-tags --jsongit diff --check -- website/docs/guides/use-mcp-with-hermes.mdnpm --prefix website run build -- --locale enCloses #29250
Generated by Hermes Turbo