Skip to content

v3.1.0

Choose a tag to compare

@hoyt-harness hoyt-harness released this 16 Aug 19:46
· 5 commits to main since this release
v3.1.0
828e39c

Changes

  • Doxyfile convention update: OUTPUT_DIRECTORY changed from docs to doxygen per PCS v2.12.0 (generated Doxygen output is not tracked in git; users generate as needed). INPUT changed from absolute path to .. PROJECT_NUMBER updated to 3.0.2.
  • docs/html/ removed: 164 generated HTML files removed from tracking.
  • .gitignore: examples/*/docs/examples/*/doxygen/.
  • SPDX rollout: COPYING.md renamed to COPYING; pyproject.toml license.file updated; SPDX-License-Identifier: GPL-3.0-or-later added to 9 source files.
  • Community files: CODE_OF_CONDUCT.md, .github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/feature_request.md added.
  • mcp-inspector.json added (PCS v2.11.2 template).
  • CRLF fixed: server.py, __init__.py, __main__.py.
  • Line length: 14 violations fixed across calculator.cpp, calculator.h, main.cpp, check_environment.py.
  • Dependencies: 5 packages updated; cryptography at 50.0.0 (resolves Dependabot alert #35).

Known open items

  • mcp 2.0 migration: mcp<2.0.0 upper bound intentional. mcp.server.fastmcp removed in mcp 2.0; migration planned with all three MCP server repos in a dedicated session (July 2027 deadline).