testmcpy 0.2.1__tar.gz → 0.2.2__tar.gz
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-0.2.1/testmcpy.egg-info → testmcpy-0.2.2}/PKG-INFO +1 -1
- {testmcpy-0.2.1 → testmcpy-0.2.2}/pyproject.toml +1 -1
- {testmcpy-0.2.1 → testmcpy-0.2.2/testmcpy.egg-info}/PKG-INFO +1 -1
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/SOURCES.txt +0 -3
- testmcpy-0.2.1/testmcpy/ui/dist/assets/index-CR-6Lje7.js +0 -273
- testmcpy-0.2.1/testmcpy/ui/dist/assets/index-D10AtVBN.css +0 -1
- testmcpy-0.2.1/testmcpy/ui/dist/index.html +0 -14
- {testmcpy-0.2.1 → testmcpy-0.2.2}/LICENSE +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/MANIFEST.in +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/NOTICE +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/README.md +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/setup.cfg +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/__init__.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/cli.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/config.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/evals/__init__.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/evals/base_evaluators.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/mcp_profiles.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/claude_sdk_detailed_exploration.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/claude_sdk_poc.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/claude_sdk_working_poc.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/test_ollama_tools.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/server/__init__.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/server/api.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/server/websocket.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/__init__.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/llm_integration.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/mcp_client.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/test_runner.py +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/README.md +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/index.html +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/package-lock.json +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/package.json +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/postcss.config.js +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/App.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/ParameterCard.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/TestResultPanel.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/TestStatusIndicator.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/TypeBadge.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/index.css +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/main.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/ChatInterface.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/Configuration.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/MCPExplorer.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/TestManager.jsx +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/tailwind.config.js +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/vite.config.js +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/dependency_links.txt +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/entry_points.txt +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/requires.txt +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/top_level.txt +0 -0
- {testmcpy-0.2.1 → testmcpy-0.2.2}/tests/test_url_protection.py +0 -0
|
@@ -88,7 +88,7 @@ testmcpy = [
|
|
|
88
88
|
|
|
89
89
|
[project]
|
|
90
90
|
name = "testmcpy"
|
|
91
|
-
version = "0.2.
|
|
91
|
+
version = "0.2.2"
|
|
92
92
|
description = "A comprehensive testing framework for validating LLM tool calling capabilities with MCP services"
|
|
93
93
|
authors = [{name = "Amin Ghadersohi"}]
|
|
94
94
|
license = "Apache-2.0"
|
|
@@ -33,9 +33,6 @@ testmcpy/ui/package.json
|
|
|
33
33
|
testmcpy/ui/postcss.config.js
|
|
34
34
|
testmcpy/ui/tailwind.config.js
|
|
35
35
|
testmcpy/ui/vite.config.js
|
|
36
|
-
testmcpy/ui/dist/index.html
|
|
37
|
-
testmcpy/ui/dist/assets/index-CR-6Lje7.js
|
|
38
|
-
testmcpy/ui/dist/assets/index-D10AtVBN.css
|
|
39
36
|
testmcpy/ui/src/App.jsx
|
|
40
37
|
testmcpy/ui/src/index.css
|
|
41
38
|
testmcpy/ui/src/main.jsx
|