Python wrapper around the IronContext Rust engine — security & optimization for MCP.
Project description
ironcontext (Python wrapper)
Thin, dependency-free Python bridge to the IronContext Rust engine.
import ironcontext
report = ironcontext.scan("path/to/manifest.json")
if report.has_security_issues():
for f in report.findings:
print(f"[{f.severity}] {f.rule} on `{f.tool}` — {f.message}")
Subprocess-based; works on any Python ≥ 3.9 with the ironcontext binary on
$PATH, in ./target/release/, or pointed to via $IRONCONTEXT_BIN.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ironcontext-0.1.0.tar.gz
(5.6 kB
view details)
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 ironcontext-0.1.0.tar.gz.
File metadata
- Download URL: ironcontext-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2af3d203fe18704f607484221a7990071501fb3e85400b163c1309ec96891a6
|
|
| MD5 |
27c2a02afea6037609258d1cd6197f64
|
|
| BLAKE2b-256 |
0d2e53614f37d1a9633c18886f69aef9c715c6e6cb42eddc5f2e04eb3c245c8b
|
File details
Details for the file ironcontext-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ironcontext-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0790790fd9ff4abd8dda072665572d066029b4c8758f4d21a1ae8f00dbd76488
|
|
| MD5 |
8cd2dc4c9df7f1816c0af4cdcc434045
|
|
| BLAKE2b-256 |
3d39ea0b3877a67da4e495b004d2d8dc9d5a145212048bee7618e452d52c16a3
|