Skip to content

Commit 00bc107

Browse files
Documentation edits made through Mintlify web editor
1 parent 04f11e7 commit 00bc107

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

en/guides/application-publishing/publish-mcp.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Dify now supports exposing your applications as [MCP](https://modelcontextprotoc
1212

1313
Navigate to your application's configuration interface in Dify, you'll find an MCP Server configuration module. The feature is disabled by default. When you toggle it on, Dify generates an unique MCP Server address for your application. This address serves as the connection point for external tools.
1414

15+
<Danger>
16+
Your MCP Server URL contains authentication credentials, so treat it like an API key. If you suspect it's been compromised, use the regenerate button to create a new URL. The old one will immediately stop working.
17+
</Danger>
18+
1519
<img
1620
src="/images/CleanShot2025-07-07at08.18.02.png"
1721
alt="CleanShot 2025-07-07 at 08.18.02.png"
@@ -42,9 +46,6 @@ Simply replace the URL with your Dify app's MCP Server address. Cursor will auto
4246

4347
## Practical Considerations
4448

45-
- Access Control
46-
47-
Your MCP Server URL contains authentication credentials, so treat it like an API key. If you suspect it's been compromised, use the regenerate function in Dify to create a new URL. The old one will immediately stop working.
4849
- Descriptiveness
4950

5051
When designing descriptions for your tool and its input parameters, think about how an AI would interpret them. Clear, specific descriptions lead to better invocations. Instead of "input data," specify "JSON object containing user profile with required fields: name, email, preferences."

0 commit comments

Comments
 (0)