Add opencode.jsonc configuration for DNSControl documentation.

This commit is contained in:
2026-03-08 11:43:12 -04:00
parent 738d1d9753
commit 57930abc00

10
opencode.jsonc Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dnscontrol-docs": {
"enabled": true,
"type": "remote",
"url": "https://docs.dnscontrol.org/~gitbook/mcp"
}
}
}