mmcp-client-stdio 0.1.0

Standard I/O client adapter for the MMCP framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# MMCP Client STDIO

[![GitHub](https://img.shields.io/badge/GitHub-ryo33/mmcp-222222)](https://github.com/ryo33/mmcp)
![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)
[![Crates.io](https://img.shields.io/crates/v/mmcp-client-stdio)](https://crates.io/crates/mmcp-client-stdio)
[![docs.rs](https://img.shields.io/docsrs/mmcp-client-stdio)](https://docs.rs/mmcp-client-stdio)
![GitHub Repo stars](https://img.shields.io/github/stars/ryo33/mmcp?style=social)

Standard I/O adapter for the MMCP client framework.

This crate provides functionality to run an MMCP client using standard input and output for communication. Currently, this is a placeholder crate that is published to reserve the name. Implementation will be added in future releases.

## License

Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT license](LICENSE-MIT) at your option.