LICENSE
README.md
pyproject.toml
src/agentkit_mcp/__init__.py
src/agentkit_mcp/auth_middleware.py
src/agentkit_mcp/mcp_server.py
src/agentkit_mcp/web_app.py
src/agentkit_mcp/workflow.py
src/agentkit_mcp.egg-info/PKG-INFO
src/agentkit_mcp.egg-info/SOURCES.txt
src/agentkit_mcp.egg-info/dependency_links.txt
src/agentkit_mcp.egg-info/entry_points.txt
src/agentkit_mcp.egg-info/requires.txt
src/agentkit_mcp.egg-info/top_level.txt
src/agentkit_mcp/core/__init__.py
src/agentkit_mcp/core/config.py
src/agentkit_mcp/core/i18n.py
src/agentkit_mcp/core/logger.py
src/agentkit_mcp/core/pg_engine.py
src/agentkit_mcp/services/__init__.py
src/agentkit_mcp/services/forecasting.py
src/agentkit_mcp/services/insights.py
src/agentkit_mcp/services/pg_store.py
tests/test_auth_middleware.py
tests/test_live_workflow.py
tests/test_mcp_protocol.py
tests/test_mcp_tools.py
tests/test_real_data_apis.py