This MCP implementation, developed by Remi Sebastian Kits, provides summarized output from various actions to avoid token consumption and crashes. It integrates with the Anthropic AI SDK and uses environment variables for configuration. Built with TypeScript and designed for Node.js 22+, it leverages modern JavaScript features and practices. The implementation is well-suited for developers working on AI projects that require efficient token usage, particularly when interfacing with large language models or processing extensive datasets. Its focus on summarization makes it valuable for applications needing to condense large amounts of information quickly and effectively.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Execute and summarize command output. Parameters: command (string), cwd (string), hint (optional string), output_format (optional string)
Summarize file contents. Parameters: paths (array of strings), cwd (string), hint (optional string), output_format (optional string)
Get directory structure overview. Parameters: path (string), cwd (string), recursive (optional boolean), hint (optional string), output_format (optional string)
Summarize arbitrary text content. Parameters: content (string), type (string), hint (optional string), output_format (optional string)
Retrieve the full content for a given summary ID. Parameters: id (string)