File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Turbular is an open-source Model Context Protocol (MCP) server that enables seam
7373``` http
7474POST /get_schema
7575```
76- Retrieve the schema of a connected database.
76+ Retrieve the schema of a connected database for your LLM agent .
7777
7878** Parameters:**
7979- ` db_info ` : Database connection arguments
@@ -164,6 +164,13 @@ We welcome contributions! Here's how you can help:
164164- Update documentation as needed
165165- Use meaningful commit messages
166166
167+ ### Roadmap
168+ 1 . Add more testing and commit hooks
169+ 2 . Add SSH support for database connection
170+ 3 . Add APIs as datasources using [ steampipe] ( https://steampipe.io/ )
171+ 4 . Enable local schema saving for databases to which the server has already connected
172+ 5 . Add more datasources (snowflake,mongodb etc.)
173+
167174## 🧪 Testing
168175
169176Run the test suite:
You can’t perform that action at this time.
0 commit comments