Commit History

docs(security): clarify _resolve_env_vars is read-only env substitution
ac31567

Annie Voigt commited on

style: apply ruff lint --fix + ruff format across the tree
c3b49d6

Annie Voigt commited on

perf(mcp): HTTP transport core — add_mcp_http on agent/tool_manager + adata cache + instrumentation
67cb726

avoigt1121 commited on

Fix: raise on MCP tool errors instead of returning error text as a string
399f9d7

avoigt1121 commited on

Lint cleanup: remove unused imports, empty f-strings, split import lines
8d71444

avoigt1121 commited on

Extract _resolve_env_vars from MCPManager.add_mcp (CC 31->26, out of E)
444398b

avoigt1121 commited on

Code-quality fixes: dead assignments, redundant imports, MD5 intent, type hints
82f833d

avoigt1121 commited on

Surface exceptions from add_mcp_server's outer try/except in last_discovery_errors
e70837f

avoigt1121 commited on

Add handshake timing/timeout diagnostics to MCP discovery
323c37b

avoigt1121 commited on

Fix MCP server subprocess using wrong Python interpreter (root cause of 0 tools)
52a82d5

avoigt1121 commited on

Capture remaining silent zero-tool paths in MCP discovery diagnostics
522d44e

avoigt1121 commited on

Capture MCP server subprocess stderr for health-check diagnostics
a00e71d

avoigt1121 commited on

Surface MCP tool discovery errors in health check
52a115d

avoigt1121 commited on

Eliminate per-call subprocess overhead with persistent HTTP MCP server
aa00971

avoigt1121 commited on

Consolidate three tool stores into one (_tool_catalog)
8608536

avoigt1121 commited on

Clean up dead code, fix two bugs, remove unused abstractions
2386a1a

avoigt1121 commited on

Align project layout with HF Spaces and FastMCP conventions
1a17418

avoigt1121 commited on