Releases: Model-Context-Interface/mci-uvx
Releases · Model-Context-Interface/mci-uvx
v1.1 - Auto env files, list envs, default values & more
What's Changed
- Fix: Preserve tool annotations in MCP protocol responses by @Copilot in #29
- Auto-parse .env and .env.mci files from project root and ./mci directory using python-dotenv by @Copilot in #31
- Add
uvx mcix envscommand to list environment variables in MCI schemas by @Copilot in #33
Full Changelog: v1.0.8...v1.1.0
mci-py release: https://github.com/Model-Context-Interface/mci-py/releases/tag/v1.2
v1.0.8: ENV & Async fixes
Full Changelog: v1.0.7...v1.0.8
v1 - Initial release
Your First MCI Project
-
Initialize a new project:
uvx mcix install
This creates
mci.jsonwith example tools andmci/directory with example toolsets. -
List your tools:
uvx mcix list
-
Validate your configuration:
uvx mcix validate
-
Run an MCP server:
uvx mcix run
That's it! Your MCI tools are now available via the MCP protocol.