quickie.mcp
MCP stdio server exposing quickie tasks via FastMCP.
- Start with:
qk-mcp
Then connect any MCP-compatible client (Claude Desktop, Copilot, etc.) via stdio transport. The server exposes two tools:
list_tasks– discover all available tasks and their arguments.run_task– execute a task by name, streaming output to the client inreal time and returning the final captured result.
Functions
|
Return metadata for every non-private task registered in this project. |
|
Entrypoint for the |
|
Run a task in an isolated subprocess and stream its output. |