Skip to content

v1 - Initial release

Choose a tag to compare

@MaestroError MaestroError released this 01 Nov 16:10
· 27 commits to main since this release
ce09da0

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.