Compare commits
3 Commits
c0443a7f36
...
01c225540b
| Author | SHA1 | Date | |
|---|---|---|---|
| 01c225540b | |||
| 52c5be32c4 | |||
| 46e83bc711 |
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Project management plugins with Gitea and NetBox integrations",
|
"description": "Project management plugins with Gitea and NetBox integrations",
|
||||||
"version": "5.9.0"
|
"version": "5.10.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## [5.10.0] - 2026-02-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
#### NetBox MCP Server: Module-Based Tool Filtering
|
#### NetBox MCP Server: Module-Based Tool Filtering
|
||||||
@@ -39,6 +43,13 @@ Fixed documentation referencing non-existent `virtualization_*` tool names:
|
|||||||
|
|
||||||
Also fixed NetBox README.md tool name references for virtualization, wireless, and circuits modules.
|
Also fixed NetBox README.md tool name references for virtualization, wireless, and circuits modules.
|
||||||
|
|
||||||
|
#### Gitea MCP Server: Standardized Build Backend
|
||||||
|
|
||||||
|
Changed `mcp-servers/gitea/pyproject.toml` from hatchling to setuptools:
|
||||||
|
- Matches all other MCP servers (contract-validator, viz-platform, data-platform)
|
||||||
|
- Updated license format to PEP 639 compliance
|
||||||
|
- Added pytest configuration for consistency
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## [5.9.0] - 2026-02-03
|
## [5.9.0] - 2026-02-03
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Leo Claude Marketplace - v5.9.0
|
# Leo Claude Marketplace - v5.10.0
|
||||||
|
|
||||||
A collection of Claude Code plugins for project management, infrastructure automation, and development workflows.
|
A collection of Claude Code plugins for project management, infrastructure automation, and development workflows.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user