chriscarrollsmith

7 mods across 1 repository, 70 stars between them.

MCP_implementation

02

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.

70 1y ago A 0 tokens original MIT

MCP_remote

03

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.

70 1y ago A 0 tokens original MIT

errors

05

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.

70 1y ago A 0 tokens original MIT

general

06

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…

70 1y ago A 155 tokens original MIT