@lazy-mcp/plugin
v2.0.1
Published
Claude Code plugin for lazy-loading MCP tools based on agent intelligence
Maintainers
Readme
mcp-toggle Plugin
Claude Code plugin for context management with lazy loading capabilities.
Status
Version: 2.0.0 (in development) Phase: Task 1.1 - Monorepo Structure Creation
Structure
plugin/
├── src/
│ ├── index.ts # Plugin entry point
│ ├── hooks/ # PreToolUse, sessionStart, sessionEnd hooks
│ ├── commands/ # Plugin command handlers
│ ├── core/ # Core plugin logic
│ ├── models/ # Plugin-specific types
│ └── utils/ # Plugin utilities
└── tests/
├── unit/ # Unit tests
└── integration/ # Integration testsDependencies
@mcp-toggle/shared: Shared core library with business logic
Development
# Build plugin
npm run build
# Run tests
npm test
# Run linter
npm run lintNext Steps
- Implement hook handlers (PreToolUse, sessionStart, sessionEnd)
- Create command definitions
- Implement core plugin logic
- Add comprehensive tests
