hedron-mcp
Deny-by-default MCP Streamable HTTP projection for Hedron.
Disabled and empty until resources and tools are explicitly registered. MCP never grants authority beyond the authenticated principal. Installing the package without registrations remains a no-op empty server.
Also available as the flagship extra hedron[mcp].
Package maturity: Beta (0.2.x) · pin >=0.2.0,<0.3
Production-grade for the declared Supported inventory (phase 0.32 / RFC-0065).
Mutating tools remain Experimental (allow_mutations=True).
Install
pip install "hedron-mcp>=0.2.0,<0.3"
# or
uv add "hedron-mcp>=0.2.0,<0.3"
# via flagship:
pip install "hedron[mcp]>=0.32.0,<0.33"
Requires Python 3.11–3.14.
Quick start
from hedron import Hedron
from hedron_mcp import McpProjection, McpResource, McpTool, mount_mcp
app = Hedron(
title="MCP demo",
security="standard",
session_secret="dev-only",
)
# Prefer session / host auth. Header identity is host-owned opt-in only —
# the default resolver never trusts x-hedron-principal / x-user.
projection = McpProjection(
enabled=True,
principal_resolver=lambda request: request.session.get("user"),
)
projection.register_resource(McpResource(uri="hedron://page/home", name="home"))
projection.register_tool(
McpTool(
name="status",
schema={"type": "object", "properties": {}},
mutate=False,
handler=lambda: {"ok": True},
)
)
mount_mcp(app, projection)
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hedron_mcp-0.2.0.tar.gz.
File metadata
- Download URL: hedron_mcp-0.2.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1424cb58788d6240233c00916eb17f24469d2ba4fabf973dbd5c00d87be3eac9
|
|
| MD5 |
81bf4965c97a8f3025034e2c954cad20
|
|
| BLAKE2b-256 |
6228a98cf7216d37720ad30d34b323bb5e773ce42d23a1dc7c1a7c735d8961bc
|
File details
Details for the file hedron_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hedron_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d995605a4079ae8a1e0e14b322614b719f1d316783c51c92a94e89ac696f914e
|
|
| MD5 |
128b94d786e0b79131b62b64862a1a69
|
|
| BLAKE2b-256 |
819e48a71e8a301884aa0973bd8b4512506bd901098cf36cae936f59c34ecb58
|