Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5ec3ccb5d4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - ツールの一部だけを公開する方法([ツールフィルタリング](#tool-filtering))。 | ||
| - サーバーが再利用可能なプロンプトも提供するかどうか([プロンプト](#prompts))。 | ||
| - `list_tools()` をキャッシュすべきかどうか([キャッシュ](#caching))。 | ||
| - MCP アクティビティがトレースにどのように表示されるか([トレーシング](#tracing))。 |
There was a problem hiding this comment.
Keep Japanese fragment links in sync with headings
In the Japanese page these fragment links still target the English slugs (#tool-filtering, #prompts, #caching, #tracing), but this same change translates the destination headings to Japanese, so MkDocs no longer has matching English anchors. Clicking these shared-pattern links now lands nowhere unless the links are updated to the generated Japanese anchors or explicit IDs are added.
Useful? React with 👍 / 👎.
| ## トレーシング | ||
|
|
||
| [Tracing](./tracing.md) は、以下を含む MCP アクティビティを自動で記録します: | ||
| [トレーシング](../tracing.md) は、以下を含む MCP アクティビティを自動的にキャプチャします。 |
There was a problem hiding this comment.
Preserve the locale-relative tracing link
From docs/ja/mcp.md, changing this link from ./tracing.md to ../tracing.md sends Japanese readers to the English tracing page (docs/tracing.md) instead of the localized sibling page (docs/ja/tracing.md). This breaks locale navigation for anyone following the tracing reference from the Japanese MCP docs.
Useful? React with 👍 / 👎.
| - 如何只暴露部分工具([工具过滤](#tool-filtering))。 | ||
| - 服务是否还提供可复用提示词([Prompts](#prompts))。 | ||
| - 如何只公开部分工具([工具过滤](#tool-filtering))。 | ||
| - 服务是否还提供可复用的提示词([提示词](#prompts))。 |
There was a problem hiding this comment.
Update the Chinese prompt anchor
This link still points to #prompts, but the destination heading was translated in this change to ## 提示词, so the Chinese page no longer defines the English #prompts anchor. The shared-pattern prompt link will be broken unless it is changed to the generated Chinese slug or the heading gets an explicit stable ID.
Useful? React with 👍 / 👎.
Automated update of translated documentation.
Triggered by commit: 0466636b777a402d7d745b5daba61aa7cf8b02f8.
Message:
feat: #1167 add opt-in server-prefixed MCP tool names (#3019)