You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Zero friction access: Bot responds to DMs, @mentions, and any question in your `#ask-ai` channel
@@ -14,6 +14,44 @@ noindex: true
14
14
- Deflect support interruptions: Turn daily questions into instant, self-serve answers
15
15
16
16
Learn more in our [Slack app guide](/ai/slack-app).
17
+
18
+
## Hosted MCP servers
19
+
20
+
Deploy hosted Model Context Protocol (MCP) servers directly through Mintlify to integrate with AI tool like Claude, Cursor, and others. Learn more in our [MCP guide](/ai/model-context-protocol).
21
+
22
+
Help users quickly connect your MCP server to Cursor or VS Code from any page in your docs via the contextual menu. See [Contextual menu](/ai/contextual-menu) for more information.
23
+
24
+
## Authentication improvements
25
+
26
+
- Enhanced local development environment for auth features
27
+
- Preview deployments now available for auth-protected sites
28
+
- Fixed redirect behavior to properly return users to their original page
29
+
- Added logout button display for authenticated users
- Clicking links updates URL without scrolling to top
36
+
- Resolved anchor link issues in nested tabs
37
+
38
+
## Assistant updates
39
+
- Unified Assistant API that's compatible with the AI SDK
40
+
- Copy button added to chat responses
41
+
- Improved message retry functionality
42
+
- Less verbose default responses for better user experience
43
+
44
+
## Code block improvements
45
+
46
+
- Improved syntax highlighting
47
+
- Added more customization options including focus mode, expandable code blocks, dark and light mode responsiveness, language dropdown menu, line numbering, and icons
48
+
49
+
## Performance and reliability
50
+
51
+
- Faster, more accurate search with debounced request cancellation
52
+
- Page, image, and asset load time optimizations
53
+
- Enhanced Mermaid diagram rendering, including GANTT chart support
0 commit comments