docs: update MCP 2026 guide with Xquik remote example - #2903
Open
kriptoburak 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.
变更内容
问题背景
原文以 2025-11-25 为当前版本,并把
initialize握手作为必需步骤。当前 2026-07-28 规范已移除协议级 Session 和初始化握手。继续照原文实现,会让新客户端发送错误的生命周期请求。实例只使用 Xquik 的公开发现文档和远程 MCP 端点。用户可以通过 Claude Code 或 Codex CLI 完成 OAuth,再查找并调用公开 X 数据工具。示例不需要保存 API Key,也不会默认执行写操作或付费批量任务。
参考资料:
验证
pnpm exec prettier --check docs/ai/agent/mcp.mdpnpm exec markdownlint-cli2 docs/ai/agent/mcp.mdpnpm docs:build完整 VuePress 构建通过。构建器仅报告仓库已有的代码高亮和动态导入警告。