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.
Files changed (52) hide show
  1. {testmcpy-0.2.1/testmcpy.egg-info → testmcpy-0.2.2}/PKG-INFO +1 -1
  2. {testmcpy-0.2.1 → testmcpy-0.2.2}/pyproject.toml +1 -1
  3. {testmcpy-0.2.1 → testmcpy-0.2.2/testmcpy.egg-info}/PKG-INFO +1 -1
  4. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/SOURCES.txt +0 -3
  5. testmcpy-0.2.1/testmcpy/ui/dist/assets/index-CR-6Lje7.js +0 -273
  6. testmcpy-0.2.1/testmcpy/ui/dist/assets/index-D10AtVBN.css +0 -1
  7. testmcpy-0.2.1/testmcpy/ui/dist/index.html +0 -14
  8. {testmcpy-0.2.1 → testmcpy-0.2.2}/LICENSE +0 -0
  9. {testmcpy-0.2.1 → testmcpy-0.2.2}/MANIFEST.in +0 -0
  10. {testmcpy-0.2.1 → testmcpy-0.2.2}/NOTICE +0 -0
  11. {testmcpy-0.2.1 → testmcpy-0.2.2}/README.md +0 -0
  12. {testmcpy-0.2.1 → testmcpy-0.2.2}/setup.cfg +0 -0
  13. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/__init__.py +0 -0
  14. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/cli.py +0 -0
  15. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/config.py +0 -0
  16. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/evals/__init__.py +0 -0
  17. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/evals/base_evaluators.py +0 -0
  18. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/mcp_profiles.py +0 -0
  19. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/claude_sdk_detailed_exploration.py +0 -0
  20. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/claude_sdk_poc.py +0 -0
  21. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/claude_sdk_working_poc.py +0 -0
  22. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/research/test_ollama_tools.py +0 -0
  23. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/server/__init__.py +0 -0
  24. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/server/api.py +0 -0
  25. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/server/websocket.py +0 -0
  26. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/__init__.py +0 -0
  27. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/llm_integration.py +0 -0
  28. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/mcp_client.py +0 -0
  29. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/src/test_runner.py +0 -0
  30. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/README.md +0 -0
  31. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/index.html +0 -0
  32. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/package-lock.json +0 -0
  33. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/package.json +0 -0
  34. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/postcss.config.js +0 -0
  35. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/App.jsx +0 -0
  36. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/ParameterCard.jsx +0 -0
  37. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/TestResultPanel.jsx +0 -0
  38. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/TestStatusIndicator.jsx +0 -0
  39. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/components/TypeBadge.jsx +0 -0
  40. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/index.css +0 -0
  41. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/main.jsx +0 -0
  42. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/ChatInterface.jsx +0 -0
  43. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/Configuration.jsx +0 -0
  44. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/MCPExplorer.jsx +0 -0
  45. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/src/pages/TestManager.jsx +0 -0
  46. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/tailwind.config.js +0 -0
  47. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy/ui/vite.config.js +0 -0
  48. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/dependency_links.txt +0 -0
  49. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/entry_points.txt +0 -0
  50. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/requires.txt +0 -0
  51. {testmcpy-0.2.1 → testmcpy-0.2.2}/testmcpy.egg-info/top_level.txt +0 -0
  52. {testmcpy-0.2.1 → testmcpy-0.2.2}/tests/test_url_protection.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testmcpy
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A comprehensive testing framework for validating LLM tool calling capabilities with MCP services
5
5
  Author: Amin Ghadersohi
6
6
  License-Expression: Apache-2.0
@@ -88,7 +88,7 @@ testmcpy = [
88
88
 
89
89
  [project]
90
90
  name = "testmcpy"
91
- version = "0.2.1"
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testmcpy
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A comprehensive testing framework for validating LLM tool calling capabilities with MCP services
5
5
  Author: Amin Ghadersohi
6
6
  License-Expression: 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