Skip to content

Commit 746cb41

Browse files
final readme live
1 parent 01a7e7c commit 746cb41

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Turbular is an open-source Model Context Protocol (MCP) server that enables seam
7373
```http
7474
POST /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

169176
Run the test suite:

0 commit comments

Comments
 (0)