[go: up one dir, main page]

ntomb 0.0.1

Network Tomb: Process-centric network visualization with Halloween theme
1
2
3
4
5
6
"""Entry point for `python -m ntomb_mcp`"""

from .server import mcp

if __name__ == "__main__":
    mcp.run()