mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-23 12:39:24 -07:00
chore: update schema tests, docs, bump version to 0.5.0
- Add schema validation tests for new tools (customization, plugins, oidc) and expanded array/keys actions (13 array, 7 keys) - Update TestSchemaCompleteness to include new modules with KNOWN_SCHEMA_ISSUES exclusion list for 4 tool-level schema mismatches (tracked for later fix) - Fix missing register_oidc_tool import in server.py (was causing NameError) - Update CLAUDE.md Tool Categories section: 11 → 15 tools, ~103 actions - Update Destructive Actions section with array/plugins additions - Bump version 0.4.8 → 0.5.0 in pyproject.toml and .claude-plugin/plugin.json - Schema tests: 84 passing → 119 passing (35 new tests) - Full suite: 618 passing → 738 passing (120 net new passing)
This commit is contained in:
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
|
||||
# ============================================================================
|
||||
[project]
|
||||
name = "unraid-mcp"
|
||||
version = "0.4.8"
|
||||
version = "0.5.0"
|
||||
description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API"
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE"}
|
||||
|
||||
Reference in New Issue
Block a user