LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
testmcpy/__init__.py
testmcpy/cli.py
testmcpy/config.py
testmcpy/mcp_profiles.py
testmcpy.egg-info/PKG-INFO
testmcpy.egg-info/SOURCES.txt
testmcpy.egg-info/dependency_links.txt
testmcpy.egg-info/entry_points.txt
testmcpy.egg-info/requires.txt
testmcpy.egg-info/top_level.txt
testmcpy/evals/__init__.py
testmcpy/evals/base_evaluators.py
testmcpy/formatters/__init__.py
testmcpy/formatters/base.py
testmcpy/formatters/curl.py
testmcpy/formatters/graphql.py
testmcpy/formatters/javascript_client.py
testmcpy/formatters/json_yaml.py
testmcpy/formatters/protobuf.py
testmcpy/formatters/python.py
testmcpy/formatters/python_client.py
testmcpy/formatters/thrift.py
testmcpy/formatters/typescript.py
testmcpy/formatters/typescript_client.py
testmcpy/research/claude_sdk_detailed_exploration.py
testmcpy/research/claude_sdk_poc.py
testmcpy/research/claude_sdk_working_poc.py
testmcpy/research/test_ollama_tools.py
testmcpy/server/__init__.py
testmcpy/server/api.py
testmcpy/server/websocket.py
testmcpy/src/__init__.py
testmcpy/src/llm_integration.py
testmcpy/src/mcp_client.py
testmcpy/src/test_runner.py
testmcpy/ui/README.md
testmcpy/ui/index.html
testmcpy/ui/package-lock.json
testmcpy/ui/package.json
testmcpy/ui/postcss.config.js
testmcpy/ui/tailwind.config.js
testmcpy/ui/vite.config.js
testmcpy/ui/dist/index.html
testmcpy/ui/dist/assets/index-45O3yN-_.css
testmcpy/ui/dist/assets/index-rflbClOY.js
testmcpy/ui/src/App.jsx
testmcpy/ui/src/index.css
testmcpy/ui/src/main.jsx
testmcpy/ui/src/components/MCPProfileSelector.jsx
testmcpy/ui/src/components/OptimizeDocsModal.jsx
testmcpy/ui/src/components/ParameterCard.jsx
testmcpy/ui/src/components/SchemaCodeViewer.jsx
testmcpy/ui/src/components/TestGenerationModal.jsx
testmcpy/ui/src/components/TestResultPanel.jsx
testmcpy/ui/src/components/TestStatusIndicator.jsx
testmcpy/ui/src/components/TypeBadge.jsx
testmcpy/ui/src/pages/ChatInterface.jsx
testmcpy/ui/src/pages/Configuration.jsx
testmcpy/ui/src/pages/MCPExplorer.jsx
testmcpy/ui/src/pages/MCPProfiles.jsx
testmcpy/ui/src/pages/TestManager.jsx
testmcpy/ui/src/utils/formatConverters.js
testmcpy/ui/src/utils/__tests__/formatConverters.test.js
tests/test_api_optimize_docs.py
tests/test_mcp_client_auth.py
tests/test_url_protection.py