docs(mcp): add service disclaimer (#2921)
This commit is contained in:
parent
1b6607c038
commit
82716c0888
3 changed files with 14 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
:::
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
:::
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue