You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
4
+
*NOTE:* Version 0.X.X might have breaking changes in bumps of the minor version number. This is because the project is still in early development and the API is not yet stable. It will still be marked clearly in the release notes.
5
+
6
+
## [0.0.1] - 23-05-2025
7
+
- Initial release of toolit
8
+
- Basic functionality for creating tools that run for both MCP and typer cli
MCP Server and Typer CLI in one, provides an easy way to configure your own DevTools in a project.
3
+
4
+
## Installation
5
+
To get started with Toolit, install the package via pip:
6
+
7
+
```bash
8
+
pip install toolit
9
+
```
10
+
11
+
## Contributing
12
+
We welcome contributions to ToolIt! If you have ideas for new features, improvements, or bug fixes, please open an issue or submit a pull request on our GitHub repository. We appreciate your feedback and support in making ToolIt even better for the community.
0 commit comments