- Rename marketplace to lm-claude-plugins - Move MCP servers to root with symlinks - Add 6 PR tools to Gitea MCP (list_pull_requests, get_pull_request, get_pr_diff, get_pr_comments, create_pr_review, add_pr_comment) - Add clarity-assist plugin (prompt optimization with ND accommodations) - Add git-flow plugin (workflow automation) - Add pr-review plugin (multi-agent review with confidence scoring) - Centralize configuration docs - Update all documentation for v3.0.0 BREAKING CHANGE: MCP server paths changed, marketplace renamed Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
mcp>=0.9.0 # MCP SDK from Anthropic
|
|
python-dotenv>=1.0.0 # Environment variable loading
|
|
requests>=2.31.0 # HTTP client for NetBox API
|
|
pydantic>=2.5.0 # Data validation
|
|
pytest>=7.4.3 # Testing framework
|
|
pytest-asyncio>=0.23.0 # Async testing support
|