1
0
Fork 0

docs(mcp): add service disclaimer (#2921)

This commit is contained in:
Dylan Tientcheu 2026-07-20 16:35:49 +02:00 committed by GitHub
parent 1b6607c038
commit 82716c0888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 1 deletions

View file

@ -24,3 +24,9 @@ Use DocSearch MCP to find the current Next.js middleware matcher docs.
```
The client should call the DocSearch tools and answer with content from the matching documentation, ideally with source links.
:::note
Algolia DocSearch MCP is a free service and is provided by Algolia "AS IS" and "AS AVAILABLE" without warranty of any kind, and may be suspended, modified, or discontinued by Algolia at any time in its sole discretion. Algolia disclaims all obligation and liability arising out of or in connection with Your use of DocSearch MCP. You shall comply with all laws and governmental regulations in Your use of the DocSearch MCP.
:::

View file

@ -41,3 +41,9 @@ Step 2 of the manual flow. Retrieves documentation content for one or more `docs
- [Install DocSearch MCP](/docs/mcp/installation)
- [Use DocSearch MCP](/docs/mcp/usage)
:::note
Algolia DocSearch MCP is a free service and is provided by Algolia "AS IS" and "AS AVAILABLE" without warranty of any kind, and may be suspended, modified, or discontinued by Algolia at any time in its sole discretion. Algolia disclaims all obligation and liability arising out of or in connection with Your use of DocSearch MCP. You shall comply with all laws and governmental regulations in Your use of the DocSearch MCP.
:::

View file

@ -116,7 +116,8 @@ export default {
},
{
label: 'MCP',
to: 'docs/mcp/overview',
// Sibling SPA at /mcp — pathname:// bypasses Docusaurus route/link checks.
to: 'pathname:///mcp',
position: 'left',
},
{