From 1e03e48d2c70bed08d69d9abd297653839d8ff58 Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Mon, 2 Jun 2025 14:42:42 -0700 Subject: [PATCH] Add MCP as recommended protocol for fetching context --- docs/cody/capabilities/openctx.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cody/capabilities/openctx.mdx b/docs/cody/capabilities/openctx.mdx index 8ea28a0cb..a113546da 100644 --- a/docs/cody/capabilities/openctx.mdx +++ b/docs/cody/capabilities/openctx.mdx @@ -2,9 +2,9 @@

Use additional context sources from outside of your codebase by leveraging OpenCtx providers.

-OpenCtx context providers are in the Experimental stage for all Cody users. Enterprise users can also use this, but with limited support. If you have feedback or questions, please visit our [support forum](https://community.sourcegraph.com/c/openctx/10). +MCP is the recommended method for adding external context in Cody due to its broad community adoption and extensive tool support. [Read the docs](/cody/capabilities/agentic-context-fetching#mcp-support) to learn more about configuring MCP. -[OpenCtx](https://openctx.org/) is an open standard for bringing contextual info about code into your dev tools. Cody Free and Pro users can use OpenCtx providers to fetch and use context from the following sources: +[OpenCtx](https://openctx.org/) is an open standard for bringing contextual info about code into your dev tools. OpenCtx context providers are in the Experimental stage for all Cody users. Enterprise users can use this, but with limited support. Cody Free and Pro users can use OpenCtx providers to fetch and use context from the following sources: - [Webpages (via URL)](https://openctx.org/docs/providers/web) (enabled in Cody by default) - [Jira tickets](https://openctx.org/docs/providers/jira)