12 lines
201 B
Python
12 lines
201 B
Python
"""
|
|
cloudflare_safe MCP server.
|
|
|
|
Summary-first Cloudflare tooling with hard output caps and default redaction.
|
|
"""
|
|
|
|
from __future__ import annotations
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|