.env.example
MANIFEST.in
README.md
pyproject.toml
requirements.txt
app/__init__.py
app/http_server.py
app/main.py
app/mcp_server.py
app/client/__init__.py
app/client/backend_client.py
app/core/__init__.py
app/core/config.py
app/core/exceptions.py
app/formatters/__init__.py
app/formatters/action_formatter.py
app/formatters/telemetry_formatter.py
app/resources/__init__.py
app/resources/base.py
app/resources/device_resources.py
app/schemas/__init__.py
app/schemas/backend_schemas.py
app/schemas/mcp_schemas.py
app/tools/__init__.py
app/tools/action_tools.py
app/tools/base.py
app/tools/telemetry_tools.py
docs/CHANGELOG.md
mcp_agentnex.egg-info/PKG-INFO
mcp_agentnex.egg-info/SOURCES.txt
mcp_agentnex.egg-info/dependency_links.txt
mcp_agentnex.egg-info/entry_points.txt
mcp_agentnex.egg-info/requires.txt
mcp_agentnex.egg-info/top_level.txt
tests/test_api_key.py
tests/test_backend_connection.py
tests/test_backend_integration.py
tests/test_backend_simple.py
tests/test_http_api.py
tests/test_mcp_server.py
tests/test_production_mcp.py
tests/test_refactored_tools.py
tests/test_stdio_mode.py
tests/test_tools_resources.py