Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you're experiencing issues or think you have found a problem in Directus, be
4. Disable any data-caching within your project.
5. Test any app issues with both browser extensions and caching disabled *(i.e. Incognito Mode)*.
6. Confirm the issue is not related to your own custom code.
7. Check for [existing issues](https://github.com/directus/directus/issues?q=is%3Aissue)) that match your problem.
7. Check for [existing issues](https://github.com/directus/directus/issues?q=is%3Aissue) that match your problem.

We highly recommend, and will only be able to help, users who run Directus with Docker. Docker removes many environment-specific problems such as system dependencies.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ If you're experiencing issues or think you have found a problem in Directus, be

If you happen to run into a bug, please post an issue on [our main GitHub issue board](https://github.com/directus/directus/issues).

Please be as detailed as you can in the bug report, we ask within the template to include details on how to reproduce your issue as well as which version, hosting strategy, and database you are using. The more information available, the easier it is for other contributors to help you find a solution. For example, it might be worth adding a schema snapshot file or a database dump.
Please be as detailed as you can in the bug report, we ask within the template to include details on:
- How to reproduce your issue
- The version, hosting strategy, and database you are using
- Where relevant, to export and attach a schema snapshot from the **Settings > Data Model** sidebar

The more information available, the easier it is for other contributors to help you find a solution. For example, it might be worth adding a schema snapshot file or a database dump.

## Bug Triage Process

Expand Down
2 changes: 1 addition & 1 deletion content/guides/10.ai/1.mcp/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Connect AI assistants directly to your Directus instance. Let Claud
AI assistants can now directly access your Directus content using the [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP). Instead of copying data back and forth, your AI tools connect directly to your Directus instance.

::callout{icon="material-symbols:info" color="info"}
**MCP is currently in Beta and requires Directus v11.12 +**. For older versions, use the [Local MCP alternative](/guides/ai/mcp/local-mcp).
**MCP requires Directus v11.12 +**. For older versions, use the [Local MCP alternative](/guides/ai/mcp/local-mcp).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick 😅

Suggested change
**MCP requires Directus v11.12 +**. For older versions, use the [Local MCP alternative](/guides/ai/mcp/local-mcp).
**MCP requires Directus v11.12+**. For older versions, use the [Local MCP alternative](/guides/ai/mcp/local-mcp).

::

## How can this help me?
Expand Down
2 changes: 1 addition & 1 deletion content/guides/10.ai/1.mcp/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ headline: MCP Server
Get AI assistants connected to your Directus instance in three simple steps. The MCP server is built into Directus with no additional setup required.

::callout{icon="material-symbols:info" color="info"}
**MCP is currently in Beta and requires Directus v11.12+**. For older versions, use the [Local MCP alternative](/guides/ai/mcp/local-mcp).
**MCP requires Directus v11.12+**. For older versions, use the [Local MCP alternative](/guides/ai/mcp/local-mcp).
::

## Quick Setup
Expand Down