Skip to content

v0.1.3

Latest

Choose a tag to compare

@zazencodes zazencodes released this 17 Jul 10:27
· 1 commit to main since this release

Added

  • Link to the random-number-skills project in README.md, which implements the same random number generation strategy as an agent skill.

Changed

  • Narrowed tool signatures in src/random_number_mcp/server.py from list[Any] to list[str | int | float | bool] for random_choices and random_shuffle, producing a more precise schema for MCP clients.
  • Migrated repository context file to AGENTS.md, with CLAUDE.md now a symlink to it.
  • Documented the commit and release workflow in AGENTS.md.