chore: pre-migration snapshot
Layer0, MCP servers, Terraform consolidation
This commit is contained in:
11
mcp/cloudflare_safe/__init__.py
Normal file
11
mcp/cloudflare_safe/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
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"
|
||||
Reference in New Issue
Block a user