Packages

Elixir library to connect LLMs to MCP servers for tool use capabilities

Current section

Files

Jump to
mcpixir CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - 2025-04-19
### Added
- Initial project structure
- Core connectivity to MCP servers
- Support for HTTP, WebSocket, and stdio connectors
- Server manager for handling multiple MCP servers
- Integration with LLMs via adapters
- Task management for different connection types
- Mix tasks for running examples
- Documentation and examples