From 4ffffddec5fcca66e31d65efc6dcee17ff5096e0 Mon Sep 17 00:00:00 2001 From: highgroundbkk Date: Sun, 1 Feb 2026 09:14:44 +0700 Subject: [PATCH] Add note about MCP docs page access --- docs/mcp-page-access.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/mcp-page-access.md diff --git a/docs/mcp-page-access.md b/docs/mcp-page-access.md new file mode 100644 index 00000000..154b0fbe --- /dev/null +++ b/docs/mcp-page-access.md @@ -0,0 +1,19 @@ +--- +title: MCP docs page access attempt +--- + +# MCP docs page access attempt + +Attempted to retrieve `https://developers.openai.com/resources/docs-mcp` from the container, but the request was blocked. + +``` +$ curl -L -I https://developers.openai.com/resources/docs-mcp +HTTP/1.1 403 Forbidden +content-length: 9 +content-type: text/plain +date: Sun, 01 Feb 2026 02:09:13 GMT +server: envoy +connection: close + +curl: (56) CONNECT tunnel failed, response 403 +```