diff --git a/opencode/.config/opencode/opencode.json b/opencode/.config/opencode/opencode.json index 833a307..e50b53d 100644 --- a/opencode/.config/opencode/opencode.json +++ b/opencode/.config/opencode/opencode.json @@ -1,8 +1,17 @@ { + "$schema": "https://opencode.ai/config.json", "skills": { "paths": [ ".opencode/skills", ".github/skills" ] + }, + "lsp": true, + "mcp": { + "cognite data fusion (CDF) documentation": { + "type": "remote", + "url": "https://docs.cognite.com/mcp", + "enabled": true + } } }