You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.