Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e24b0d

Browse files
committed
fix(docs): correct relative links in AI Bridge docs
1 parentde024cb commit3e24b0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/ai-coder/ai-bridge/mcp.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=...
2121
CODER_EXTERNAL_AUTH_0_MCP_URL=https://api.githubcopilot.com/mcp/
2222
```
2323

24-
See the diagram in[Implementation Details](../reference#implementation-details) for more information.
24+
See the diagram in[Implementation Details](reference.md#implementation-details) for more information.
2525

2626
You can also control which tools are injected by using an allow and/or a deny regular expression on the tool names:
2727

@@ -63,7 +63,7 @@ Bridge also works with IDE-native assistants inside workspaces. Configure the ID
6363

6464
##Tool Injection
6565

66-
If a model decides to invoke a tool and it has a`bmcp_` suffix and Bridge has a connection with the related MCP server, it will invoke the tool. The tool result will be passed back to the upstream AI provider, and this will loop until the model has all of its required data. These inner loops are not relayed back to the client; all it seems is the result of this loop. See[Implementation Details](../reference#implementation-details).
66+
If a model decides to invoke a tool and it has a`bmcp_` suffix and Bridge has a connection with the related MCP server, it will invoke the tool. The tool result will be passed back to the upstream AI provider, and this will loop until the model has all of its required data. These inner loops are not relayed back to the client; all it seems is the result of this loop. See[Implementation Details](reference.md#implementation-details).
6767

6868
In contrast, tools which are defined by the client (i.e. the[`Bash` tool](https://docs.claude.com/en/docs/claude-code/settings#tools-available-to-claude) defined by_Claude Code_) cannot be invoked by Bridge, and the tool call from the model will be relayed to the client, after which it will invoke the tool.
6969

‎docs/ai-coder/ai-bridge/setup.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Set the following when routing Amazon Bedrock traffic through Bridge:
5555
Bridge can relay traffic to other OpenAI- or Anthropic-compatible services or model proxies like LiteLLM by pointing the base URL variables above at the provider you operate. Share feedback or follow along in the[`aibridge`](https://github.com/coder/aibridge) issue tracker as we expand support for additional providers.
5656

5757
>[!NOTE]
58-
>See the[Supported APIs](../reference#supported-apis) section below for precise endpoint coverage and interception behavior.
58+
>See the[Supported APIs](reference.md#supported-apis) section below for precise endpoint coverage and interception behavior.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp