Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slayer/mcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ def create_mcp_server( # NOSONAR(S3776) — FastMCP tool-registration factory;
instructions=(
"SLayer is a semantic layer for querying databases. "
"Instead of writing SQL, describe what data you want using models, measures, dimensions, and filters. "
"Call help() for an overview of SLayer concepts, and help(topic='...') for deep dives on specific topics. "
"Typical workflow: list_datasourcesmodels_summary → inspect → query. "
"Before calling any other SLayer tool, call help() first for an overview of SLayer concepts, then help(topic='...') for deep dives on specific topics. "
"Typical workflow: helpsearch → inspect → query. "
"To connect a new database: create_datasource → describe_datasource (verify + list tables) → ingest_datasource_models → models_summary."
),
)
Expand Down
Loading