Overview
What is LiusCraft Superset?
LiusCraft Superset is a server-side application built on the Apache Superset REST API, designed to implement basic query capabilities through the Model Context Protocol (MCP).
How to use LiusCraft Superset?
To use LiusCraft Superset, install the necessary Node.js dependencies, start the service, and refer to the API documentation for guidance on making queries.
Key features of LiusCraft Superset?
- Database querying capabilities
- Table and field querying
- SQL execution support
Use cases of LiusCraft Superset?
- Querying databases for analytics.
- Executing SQL commands for data manipulation.
- Integrating with other applications for data retrieval.
FAQ from LiusCraft Superset?
- What are the environment requirements?
Node.js version 14.0.0 or higher is required.
- How do I start the service?
Use the command
npm startafter building the project.
- Is there documentation available?
Yes, refer to the official Superset Swagger documentation for API details.