Skip to content

Releases: Model-Context-Interface/mci-uvx

v1.1 - Auto env files, list envs, default values & more

12 Nov 20:32
bf2db80

Choose a tag to compare

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 envs command 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

03 Nov 00:21

Choose a tag to compare

v1 - Initial release

01 Nov 16:10
ce09da0

Choose a tag to compare

Your First MCI Project

  1. Initialize a new project:

    uvx mcix install

    This creates mci.json with example tools and mci/ directory with example toolsets.

  2. List your tools:

    uvx mcix list
  3. Validate your configuration:

    uvx mcix validate
  4. Run an MCP server:

    uvx mcix run

That's it! Your MCI tools are now available via the MCP protocol.