MCP_clients
01chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
The SDK provides a high-level client interface.
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
The SDK provides a high-level client interface.
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
The Model Context Protocol lets you build servers that expose data and functionality to LLM applications in a secure, standardized way. Think of it like a web API, but specifically designed for LLM interactions. MCP servers can.
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
For remote servers, start a web server with a Server-Sent Events (SSE) endpoint, and a separate endpoint for the client to send its messages to.
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
CLI Testing.
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
graph TD subgraph CoreLogic FS[FileSystemService: e.g., FileReadError] --> TM[TaskManager: Throws App Errors, e.g., ProjectNotFound, TaskNotDone] TM -->|App Error with code ERRxxxx| CLIHandler["cli.ts Command Handler"] TM -->|App Error with code ERRxxxx| ToolExec["toolExecutors.ts: execute"] end.
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
Work step-by-step. If presented with an implementation plan, implement the plan exactly. If the plan presents more than one implementation option, consult with the human user to decide between options. If you are tempted to embellish or imporve upon the plan, consult with the human user. Always complete the current…
chriscarrollsmith/taskqueue-mcp
Cursor rule Cursor
Writing unit tests with jest.