Skip to content

Commit 2ddc249

Browse files
YangYang
Yang
authored and
Yang
committed
Modify README
1 parent e5291b9 commit 2ddc249

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Diff for: README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ go build .
2828
}
2929
```
3030

31-
- "command":"mcp-difyworkflow-server"
32-
You can specify the absolute path for the compiled binary, or create a symbolic link with:
31+
- **"command":"mcp-difyworkflow-server"**
32+
33+
You can specify the absolute path for the compiled binary, or create a symbolic link with:<br>
3334
"sudo ln -s <gitWorkPath>/mcp-difyworkflow-server /usr/local/bin/mcp-difyworkflow-server"
34-
- DIFY_WORKFLOW_NAME、DIFY_API_KEYS
35-
Need to correspond one by one in order.
35+
36+
- **DIFY_WORKFLOW_NAME、DIFY_API_KEYS**
37+
38+
Need to correspond one by one in order.<br>
3639
Workflow name can be self-defined by the user in the Prompt, and the Workflow API Key needs to be generated for the corresponding workflow created on the Dify platform (refer to the relevant Dify documentation for how to generate the API KEY).
3740

3841
## Usage:
@@ -43,10 +46,10 @@ go build .
4346
Execute a specified workflow,args: workflow_name, input
4447
Note: The input variable name of the **dify workflow** should be defined by default as: **"message"**
4548

46-
- Samples:
49+
### Samples:
4750

48-
> 查看 mcp-difyworkflow-server 可使用的工具列表
51+
> 查看 mcp-difyworkflow-server 可使用的工具列表<br>
4952
> 给我执行 dify 名为 workflow-translator 的工作流,输入的消息为“这是一条测试消息”
5053
51-
> View the list of tools available for mcp-difyworkflow-server.
54+
> View the list of tools available for mcp-difyworkflow-server.<br>
5255
> Execute the workflow named 'workflow-translator' for me, the input message is "This is a test message".

0 commit comments

Comments
 (0)