LICENSE
README.md
pyproject.toml
src/sym_mcp/__init__.py
src/sym_mcp/__main__.py
src/sym_mcp/config.py
src/sym_mcp/schemas.py
src/sym_mcp/server.py
src/sym_mcp.egg-info/PKG-INFO
src/sym_mcp.egg-info/SOURCES.txt
src/sym_mcp.egg-info/dependency_links.txt
src/sym_mcp.egg-info/entry_points.txt
src/sym_mcp.egg-info/requires.txt
src/sym_mcp.egg-info/top_level.txt
src/sym_mcp/errors/__init__.py
src/sym_mcp/errors/parser.py
src/sym_mcp/executor/__init__.py
src/sym_mcp/executor/pool.py
src/sym_mcp/executor/sandbox.py
src/sym_mcp/executor/worker_main.py
src/sym_mcp/security/__init__.py
src/sym_mcp/security/ast_guard.py
tests/test_ast_guard.py
tests/test_error_parser.py
tests/test_math_correctness.py
tests/test_perf_guardrails.py
tests/test_pool.py
tests/test_security_adversarial.py
tests/test_server_integration.py