Jeremiah Lowin commited on
Commit
cb5f237
·
1 Parent(s): 27ad7e3

Update OpenAI docs

Browse files
Files changed (1) hide show
  1. docs/integrations/chatgpt.mdx +1 -1
docs/integrations/chatgpt.mdx CHANGED
@@ -13,7 +13,7 @@ MCP integration with ChatGPT is currently limited to **Deep Research** functiona
13
  </Note>
14
 
15
  <Tip>
16
- OpenAI's official MCP documentation and examples are built with **FastMCP v2**! Check out their [sample Deep Research style MCP server](https://github.com/openai/sample-deep-research-mcp) which demonstrates FastMCP in action.
17
  </Tip>
18
 
19
  ## Deep Research
 
13
  </Note>
14
 
15
  <Tip>
16
+ OpenAI's official MCP documentation and examples are built with **FastMCP v2**! Check out their [simple Deep Research-style MCP server example](https://github.com/openai/sample-deep-research-mcp) for a quick reference similar to the one in this document, or their [more complete Deep Research example](https://github.com/openai/openai-cookbook/tree/main/examples/deep_research_api/how_to_build_a_deep_research_mcp_server) from the OpenAI Cookbook, which includes vector search and more.
17
  </Tip>
18
 
19
  ## Deep Research