docs: 'Using with any MCP client' snippet (README + mcp-guide)#139
Merged
Conversation
Any MCP-compatible AI client (Claude, GPT, Gemini) can register the public read-only https://nexusmcp.site/mcp endpoint. Factual interop note, no vendor relationship claim. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rivendale
added a commit
that referenced
this pull request
Jun 4, 2026
…-1] (#140) Adds a parenthetical 'or an agent platform such as SmythOS' to the 'any MCP client' list (README + public mcp-guide). Compatibility via the open MCP standard — not an integration, partnership, or endorsement. Layers on the no-gate generic snippet (PR #139). HELD: do not merge until Adam (CCO) approves the SmythOS MCP positioning decision doc (shared) by PR comment, per Marketing Rule 206(4)-1 (mcp-guide is served at the public nexusmcp.site/mcp-guide URL). Co-authored-by: Nick Rygiel <nick@protocolwealthllc.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Intent
Surfaces the highest-leverage, near-zero-code interop fact: nexus-core's public read-only MCP server at
nexusmcp.site/mcpis callable by any MCP-compatible AI client. Names no vendor and asserts no relationship — purely factual → no CCO gate (the SmythOS-named callout is a separate held PR awaiting Adam's 206(4)-1 sign-off).Scope
README.md: new 'Using with any MCP client' subsection (Claude/GPT/Gemini) + a.mcp.jsonconfig example.src/nexus_core/app/mcp_guide.py: one factual sentence generalizing the 'Other clients' note (served at the public/mcp-guide).Test plan
python3 -c ast.parseon mcp_guide.py: OK (added text has no{}, f-string safe).ruff checkmcp_guide.py: pass.🤖 Generated with Claude Code