testmcpy 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
testmcpy/__init__.py ADDED
@@ -0,0 +1,10 @@
1
+ """
2
+ testmcpy - MCP Testing Framework
3
+
4
+ A comprehensive testing framework for validating LLM tool calling
5
+ capabilities with MCP (Model Context Protocol) services.
6
+ """
7
+
8
+ __version__ = "0.1.0"
9
+ __author__ = "Preset"
10
+ __email__ = "amin@preset.io"