diff --git a/content/community/4.reporting-and-support/1.troubleshooting-steps.md b/content/community/4.reporting-and-support/1.troubleshooting-steps.md index 4de4a3c3..5d91be6d 100644 --- a/content/community/4.reporting-and-support/1.troubleshooting-steps.md +++ b/content/community/4.reporting-and-support/1.troubleshooting-steps.md @@ -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. diff --git a/content/community/4.reporting-and-support/2.bug-reporting.md b/content/community/4.reporting-and-support/2.bug-reporting.md index 86dce61f..a516e1f7 100644 --- a/content/community/4.reporting-and-support/2.bug-reporting.md +++ b/content/community/4.reporting-and-support/2.bug-reporting.md @@ -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 diff --git a/content/guides/10.ai/1.mcp/0.index.md b/content/guides/10.ai/1.mcp/0.index.md index 7b34ab86..a70c7883 100644 --- a/content/guides/10.ai/1.mcp/0.index.md +++ b/content/guides/10.ai/1.mcp/0.index.md @@ -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). :: ## How can this help me? diff --git a/content/guides/10.ai/1.mcp/1.installation.md b/content/guides/10.ai/1.mcp/1.installation.md index 03b7f8e0..5dc2ddb4 100644 --- a/content/guides/10.ai/1.mcp/1.installation.md +++ b/content/guides/10.ai/1.mcp/1.installation.md @@ -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