File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ https://github.com/user-attachments/assets/dab9b50f-70d7-4eb3-8fc8-2ab55dc7d2ec
82
82
Wren Engine is currently in the beta version. The project team is actively working on progress and aiming to release new versions at least biweekly.
83
83
84
84
## 🛠️ Developer GuideS
85
- The project consists of three main modules:
86
- 1 . [ ibis-server] ( ./ibis-server/ ) : the Python web server powered by FastAPI and Ibis
85
+ The project consists of 4 main modules:
86
+ 1 . [ ibis-server] ( ./ibis-server/ ) : the Web server of Wren Engine powered by FastAPI and Ibis
87
87
2 . [ wren-core] ( ./wren-cores ) : the semantic core written in Rust powered by [ Apache DataFusion] ( https://github.com/apache/datafusion )
88
88
3 . [ wren-core-py] ( ./wren-core-py ) : the Python binding for wren-core
89
+ 4 . [ mcp-server] ( ./mcp-server/ ) : the MCP server of Wren Engine powered by [ MCP Python SDK] ( https://github.com/modelcontextprotocol/python-sdk )
89
90
90
91
## ⭐️ Community
91
92
You can’t perform that action at this time.
0 commit comments