File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -88,4 +88,28 @@ Datasource profiles.yml.
8888DATU_DBT_PROFILES=
8989```
9090
91+ #### MCP related configuration
92+
93+ ##### Enable MCP Connectivity
94+
95+ Set the following environment variable to enable MCP connectivity in Datu:
96+
97+ ``` sh
98+ DATU_ENABLE_MCP=true
99+ ```
100+
101+ ##### MCP Servers Configuration
102+ Define your MCP servers in a JSON config file (e.g. mcp_config.json):
103+
104+ ``` sh
105+ {
106+ " mcpServers" : {
107+ " sql_generator" : {
108+ " command" : " python" ,
109+ " args" : [" -m" , " datu.mcp.tools.sql_generator" ],
110+ " env" : { " PYTHONPATH" : " ." }
111+ }
112+ }
113+ }
114+ ` ` `
91115
Original file line number Diff line number Diff line change 5656 - user-guide/configurations.md
5757 - Deploy :
5858 - Container service : user-guide/deploy/deploy_as_container_service.md
59+ - MCP Connectivity :
60+ - user-guide/MCP Connectivity/mcp_connectivity.md
5961 - Contribute ❤️ : https://github.com/Datuanalytics/datu-core/blob/main/CONTRIBUTING.md
62+
63+
64+
6065 - Architecture :
6166 - Overview : architecture/README.md
6267 - Contribute ❤️ : https://github.com/Datuanalytics/datu-core/blob/main/CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments