development #418
Reference in New Issue
Block a user
Delete Branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace hatchling with setuptools to match all other MCP servers (contract-validator, viz-platform, data-platform). Changes: - build-system: hatchling → setuptools>=61.0 - license: string → PEP 639 format {text = "MIT"} - Remove redundant License classifier - Add [tool.setuptools.packages.find] config - Add [tool.pytest.ini_options] for consistency Verified: pip install -e . succeeds, 36 tools registered, 64 tests pass. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>