Prerequisites
What are you trying to do that currently feels hard or impossible?
feature: add prebuilt tool for the sqlite
Usecase of the feature
Suggested Solution(s)
-
execute_sql: A tool to execute arbitrary SQL queries on the connected database.
-
list_tables: A tool to list all tables in the database, with an option for both simple and detailed output.
Alternatives Considered
No response
Additional Details
No response
Prerequisites
What are you trying to do that currently feels hard or impossible?
feature: add prebuilt tool for the sqlite
Usecase of the feature
quick and easy MCP toolbox setup with IDE without installing any db.
Testing and prototyping database-driven features without the need for a full-fledged database server.
Suggested Solution(s)
execute_sql: A tool to execute arbitrary SQL queries on the connected database.list_tables: A tool to list all tables in the database, with an option for both simple and detailed output.Alternatives Considered
No response
Additional Details
No response