Skip to content

Commit 0fe0263

Browse files
committed
fix: mcp-server.md: token-link shortcode errors when nested in show-in
1 parent 4f21f57 commit 0fe0263

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/shared/influxdb3-admin/mcp-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ Set the following environment variables when you start the MCP server:
4444
> ```txt
4545
> http://host.docker.internal:8181/
4646
> ```
47-
{{% show-in "core" %}}
48-
- **INFLUX_DB_TOKEN**: Your {{% product-name %}} {{< token-link "admin" >}}
4947
{{% /show-in %}}
5048
49+
{{% show-in "core" %}}
50+
- **INFLUX_DB_TOKEN**: Your {{% product-name %}} [admin token](/influxdb3/core/admin/tokens/admin/)
51+
{{% /show-in %}}
5152
{{% show-in "enterprise" %}}
52-
- **INFLUX_DB_TOKEN**: Your {{% product-name %}} {{< token-link "admin" >}} or {{< token-link "resource" >}}.
53+
- **INFLUX_DB_TOKEN**: Your {{% product-name %}} [admin token](/influxdb3/enterprise/admin/tokens/admin) or [resource token](/influxdb3/enterprise/admin/tokens/resource).
54+
5355
5456
> [!Note]
5557
> If using a resource token, your LLM agent can only perform the operations
5658
> allowed by the token permissions.
5759
5860
{{% /show-in %}}
5961
60-
{{% /show-in %}}
61-
6262
{{% show-in "cloud-dedicated,clustered" %}}
6363
6464
- **INFLUX_DB_PRODUCT_TYPE**: `{{% product-key %}}`

0 commit comments

Comments
 (0)