Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- mcp-server-track
|
|
|
12 |
short_description: Connect to more than 20 datasource and ask question
|
13 |
---
|
14 |
|
@@ -17,7 +18,7 @@ short_description: Connect to more than 20 datasource and ask question
|
|
17 |
|
18 |
Ibiza Server is a lightweight MCP server designed for **natural language question answering** over multiple SQL-compatible databases or files sources like csv or parquet. It empowers users to ask questions in plain English (or any supported language), then generates safe and optimized SQL queries using large language models and reranking techniques.
|
19 |
|
20 |
-
I have this for the Agent-MCP-Hackathon in the track : mcp-server-track
|
21 |
|
22 |
A huge thanks to the **Modal** team for providing compute credits that enabled me to deploy two essential services for Ibiza:
|
23 |
|
|
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- mcp-server-track
|
12 |
+
- agent-demo-track
|
13 |
short_description: Connect to more than 20 datasource and ask question
|
14 |
---
|
15 |
|
|
|
18 |
|
19 |
Ibiza Server is a lightweight MCP server designed for **natural language question answering** over multiple SQL-compatible databases or files sources like csv or parquet. It empowers users to ask questions in plain English (or any supported language), then generates safe and optimized SQL queries using large language models and reranking techniques.
|
20 |
|
21 |
+
I have made this for the Agent-MCP-Hackathon in the track : mcp-server-track and also the agent-demo-track as the space can be considered by an agent you can interact with
|
22 |
|
23 |
A huge thanks to the **Modal** team for providing compute credits that enabled me to deploy two essential services for Ibiza:
|
24 |
|