chore: release v5.10.0 #419

Merged
lmiranda merged 1 commits from chore/release-5.10.0 into development 2026-02-03 20:48:33 +00:00
Owner

Summary

Release v5.10.0 with the following changes:

Added

  • NetBox MCP Server: Module-based tool filtering for token optimization (~15K token savings)

Fixed

  • cmdb-assistant: Corrected documentation tool name references (virtualization_* → virt_*)
  • Gitea MCP Server: Standardized build backend to setuptools (matches other MCP servers)

Files Changed

  • CHANGELOG.md - Added [5.10.0] section
  • README.md - Updated version in title
  • .claude-plugin/marketplace.json - Updated version field

Post-Merge

After merging, create and push tag:

git checkout development && git pull
git tag v5.10.0
git push origin v5.10.0

🤖 Generated with Claude Code

## Summary Release v5.10.0 with the following changes: ### Added - **NetBox MCP Server**: Module-based tool filtering for token optimization (~15K token savings) ### Fixed - **cmdb-assistant**: Corrected documentation tool name references (virtualization_* → virt_*) - **Gitea MCP Server**: Standardized build backend to setuptools (matches other MCP servers) ## Files Changed - `CHANGELOG.md` - Added [5.10.0] section - `README.md` - Updated version in title - `.claude-plugin/marketplace.json` - Updated version field ## Post-Merge After merging, create and push tag: ```bash git checkout development && git pull git tag v5.10.0 git push origin v5.10.0 ``` 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added 1 commit 2026-02-03 20:12:21 +00:00
- NetBox MCP: Module-based tool filtering for token optimization
- Gitea MCP: Standardized build backend to setuptools
- cmdb-assistant: Fixed documentation tool name references

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 52c5be32c4 into development 2026-02-03 20:48:33 +00:00
lmiranda deleted branch chore/release-5.10.0 2026-02-03 20:48:33 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#419