LICENSE
README.md
pyproject.toml
sn_patterns_mcp/__init__.py
sn_patterns_mcp/chroma_index.py
sn_patterns_mcp/emulator.py
sn_patterns_mcp/local_data.py
sn_patterns_mcp/ndl_parser.py
sn_patterns_mcp/ndl_writer.py
sn_patterns_mcp/pattern_index.py
sn_patterns_mcp/pattern_model.py
sn_patterns_mcp/pdi_client.py
sn_patterns_mcp/prepost.py
sn_patterns_mcp/server.py
sn_patterns_mcp/tools.py
sn_patterns_mcp/validator.py
sn_patterns_mcp.egg-info/PKG-INFO
sn_patterns_mcp.egg-info/SOURCES.txt
sn_patterns_mcp.egg-info/dependency_links.txt
sn_patterns_mcp.egg-info/entry_points.txt
sn_patterns_mcp.egg-info/requires.txt
sn_patterns_mcp.egg-info/top_level.txt
sn_patterns_mcp/closures/__init__.py
sn_patterns_mcp/closures/registry.py
sn_patterns_mcp/closures/recipes/__init__.py
sn_patterns_mcp/closures/recipes/run_wmi_query_to_var.py
sn_patterns_mcp/closures/recipes/runcmd_to_var.py
sn_patterns_mcp/data_sources/__init__.py
sn_patterns_mcp/data_sources/data/cisco.json
sn_patterns_mcp/data_sources/data/f5.json
sn_patterns_mcp/data_sources/data/linux.json
sn_patterns_mcp/data_sources/data/windows.json
sn_patterns_mcp/drafts/__init__.py
sn_patterns_mcp/drafts/locator.py
sn_patterns_mcp/drafts/mcp_tools.py
sn_patterns_mcp/drafts/store.py
sn_patterns_mcp/drafts/validator.py
sn_patterns_mcp/drafts/ops/__init__.py
sn_patterns_mcp/drafts/ops/base.py
sn_patterns_mcp/drafts/ops/clone_library.py
sn_patterns_mcp/drafts/ops/insert_step.py
sn_patterns_mcp/drafts/ops/modify_attr.py
sn_patterns_mcp/drafts/ops/redirect_ref.py
sn_patterns_mcp/drafts/ops/remove_step.py
sn_patterns_mcp/drafts/ops/wrap_in_guard.py
sn_patterns_mcp/examples/__init__.py
sn_patterns_mcp/examples/apache_on_unix.ndl
sn_patterns_mcp/oids/__init__.py
sn_patterns_mcp/oids/chroma.py
sn_patterns_mcp/oids/db.py
sn_patterns_mcp/target_emulator/__init__.py
sn_patterns_mcp/target_emulator/cli.py
sn_patterns_mcp/target_emulator/fixtures.py
sn_patterns_mcp/target_emulator/recording.py
sn_patterns_mcp/target_emulator/replay.py
sn_patterns_mcp/target_emulator/runtime.py
sn_patterns_mcp/target_emulator/server.py
sn_patterns_mcp/target_emulator/snmp_v2c.py
tests/test_drafts_e2e_thread1.py
tests/test_drafts_locator.py
tests/test_drafts_mcp_tools.py
tests/test_drafts_ops.py
tests/test_drafts_store.py
tests/test_emulator.py
tests/test_harness_completeness.py
tests/test_live_index.py
tests/test_parser.py
tests/test_pattern_ingest.py
tests/test_pdi_classifiers.py
tests/test_security_guards.py
tests/test_target_emulator_ber.py
tests/test_target_emulator_cli.py
tests/test_target_emulator_replay.py
tests/test_target_emulator_runtime.py
tests/test_target_emulator_server.py
tests/test_track2_compile_harness.py
tests/test_track3_oids.py
tests/test_track3_sqlite.py
tests/test_writer_validator.py