mcp-repl 0.3.0

Interactive MCP client REPL: connects to any MCP server and turns its tools, prompts, and resources into the command set
Documentation
# release-plz configuration
# https://release-plz.ieni.dev/docs/config

[workspace]
# Use git-cliff for changelog generation
changelog_config = "cliff.toml"

# PR settings
pr_labels = ["release"]
pr_draft = false

# Publish to crates.io
publish = true
# Only a merged release-plz PR may publish; ordinary main commits just update
# the pending release PR.
release_always = false

# Git settings
git_release_enable = true
# Native artifacts are attached while the release is private. The binary
# workflow publishes it only after every target has succeeded.
git_release_draft = true
git_tag_enable = true