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
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ tasks:

start-spark:
desc: Start local Spark History Server for testing
interactive: true
cmds:
- ./start_local_spark_history.sh
- echo "🔥 Spark History Server started!"
Expand All @@ -116,6 +117,7 @@ tasks:

start-mcp:
desc: Start MCP server
interactive: true
cmds:
- uv run main.py

Expand All @@ -131,6 +133,7 @@ tasks:

start-inspector:
desc: Start MCP Inspector for testing
interactive: true
cmds:
- echo "Starting MCP Inspector at http://localhost:6274"
- echo "Press Ctrl+C to stop the inspector"
Expand Down