Skip to content

Commit bfe891c

Browse files
committed
docs(mcp_servers): adding reference to config under remote mcp docs
Users can then directly reference that they should *probably* store secrets in a separate .gitignored file rather than the .json itself.
1 parent cd0b2ae commit bfe891c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/web/src/content/docs/docs/mcp-servers.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ You can also disable a server by setting `enabled` to `false`. This is useful if
4747

4848
Add remote MCP servers under `mcp` with `"type": "remote"`.
4949

50+
Note: You can store secrets in [environment variables](/docs/config/#env-vars) or [files](/docs/config/#files).
51+
5052
```json title="opencode.json"
5153
{
5254
"$schema": "https://opencode.ai/config.json",

0 commit comments

Comments
 (0)