fix(sequential-thinking): remove unused dependency - #3792
Conversation
|
@claude review |
|
Claude finished @cliffhall's task in 53s —— View job PR Review: fix(sequential-thinking): remove unused dependency
SummaryThis is a clean, well-targeted dependency cleanup. Approving this change is straightforward. Verification: yargs is genuinely unusedSearched all TypeScript source files in
package.json changes (
|
LuuOW
left a comment
There was a problem hiding this comment.
Technical audit: Verified MCP server implementation for consistency with current SDK patterns.
Description
sequentialthinkingserver has unused dependencyyargs. This PR removes it.How Has This Been Tested?
npm teststill passes withyargsdependency removed.Additional context
yargs is relatively a large package https://bundlephobia.com/package/yargs@17.7.2. This change significantly reduces the amount the users need to download.