LICENSE
README.md
pyproject.toml
src/hoxcore.egg-info/PKG-INFO
src/hoxcore.egg-info/SOURCES.txt
src/hoxcore.egg-info/dependency_links.txt
src/hoxcore.egg-info/entry_points.txt
src/hoxcore.egg-info/requires.txt
src/hoxcore.egg-info/top_level.txt
src/hxc/__init__.py
src/hxc/cli.py
src/hxc/commands/__init__.py
src/hxc/commands/base.py
src/hxc/commands/cmd_list.py
src/hxc/commands/create.py
src/hxc/commands/delete.py
src/hxc/commands/edit.py
src/hxc/commands/get.py
src/hxc/commands/init.py
src/hxc/commands/mcp.py
src/hxc/commands/registry.py
src/hxc/commands/show.py
src/hxc/commands/validate.py
src/hxc/core/__init__.py
src/hxc/core/config.py
src/hxc/core/enums.py
src/hxc/mcp/__init__.py
src/hxc/mcp/prompts.py
src/hxc/mcp/resources.py
src/hxc/mcp/server.py
src/hxc/mcp/tools.py
src/hxc/utils/__init__.py
src/hxc/utils/helpers.py
src/hxc/utils/path_security.py
tests/test_cli.py