mcp-bastion-python 2.0.1__tar.gz → 2.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/PKG-INFO +9 -9
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/README.md +8 -8
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/pyproject.toml +1 -1
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/__init__.py +1 -1
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/.gitignore +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/LICENSE +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/NOTICE +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/README.md +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/app.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/chart.umd.min.js +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/dashboard-app.js +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/mcp-bastian.png +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/mcp-bastian.svg +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/audit_jsonl.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/base.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/__init__.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/finops_rbac.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/injection_efficacy.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/cli.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/config.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/demo_dashboard_metrics.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/demo_live_traffic.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/doctor.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/errors.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/governance_beacon.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/middleware.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/otel.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/__init__.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/agent_iam.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/alerts.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/argument_guards.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/audit_hash_chain.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/audit_log.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/budget_principal.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/circuit_breaker.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/content_filter.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/content_normalize.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/cost_policy.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/cost_tracker.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/external_policy.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/governance_attestation.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/grounding_guard.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/identity_adapters.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/injection_heuristics.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/metrics.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/output_budget.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/pii_redaction.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/pricing.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/prompt_guard.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/rate_limit.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/rbac.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/replay_guard.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/response_scanner.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/schema_validation.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/secrets_resolver.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/semantic_cache.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/semantic_firewall.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/sensitive_classifier.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/server_verification.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/session_governance.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/session_offload.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/state_backend.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/stdio_guard.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/telemetry_sinks.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/tokens.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/tool_metadata_fingerprint.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/policy_simulator.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/proxy_server.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/redteam.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/serve.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/tenant.py +0 -0
- {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/transport_hardening.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-bastion-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Security middleware for MCP servers protecting LLM agents from prompt injection, resource exhaustion, and PII leakage
|
|
5
5
|
Project-URL: Homepage, https://github.com/vaquarkhan/MCP-Bastion
|
|
6
6
|
Project-URL: Repository, https://github.com/vaquarkhan/MCP-Bastion
|
|
@@ -114,12 +114,12 @@ Description-Content-Type: text/markdown
|
|
|
114
114
|
/>
|
|
115
115
|
</p>
|
|
116
116
|
|
|
117
|
-
[](https://pypi.org/project/mcp-bastion-python/2.0.2/)
|
|
118
118
|
[](https://pepy.tech/projects/mcp-bastion-python)
|
|
119
|
-
[](https://pypi.org/project/mcp-bastion-python/2.0.
|
|
119
|
+
[](https://pypi.org/project/mcp-bastion-python/2.0.2/)
|
|
120
120
|
[](https://github.com/vaquarkhan/MCP-Bastion/actions/workflows/ci.yml)
|
|
121
|
-
[](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-proxy)
|
|
122
|
+
[](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-dashboard)
|
|
123
123
|
[](LICENSE)
|
|
124
124
|
[](https://vaquarkhan.github.io/MCP-Bastion/)
|
|
125
125
|
|
|
@@ -589,11 +589,11 @@ Full index: **[docs/README.md](docs/README.md)** (docs hub) · published site en
|
|
|
589
589
|
**Prebuilt images (after the first [publish-docker](.github/workflows/publish-docker.yml) run, usually on a `v*` release tag):**
|
|
590
590
|
|
|
591
591
|
```bash
|
|
592
|
-
docker pull ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.
|
|
593
|
-
docker run -p 8080:8080 ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.
|
|
592
|
+
docker pull ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.2
|
|
593
|
+
docker run -p 8080:8080 ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.2
|
|
594
594
|
# Dashboard (optional, port 7000):
|
|
595
|
-
# docker pull ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.
|
|
596
|
-
# docker run -p 7000:7000 ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.
|
|
595
|
+
# docker pull ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.2
|
|
596
|
+
# docker run -p 7000:7000 ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.2
|
|
597
597
|
# :latest is updated on each v* tag publish
|
|
598
598
|
```
|
|
599
599
|
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
/>
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
|
-
[](https://pypi.org/project/mcp-bastion-python/2.0.2/)
|
|
15
15
|
[](https://pepy.tech/projects/mcp-bastion-python)
|
|
16
|
-
[](https://pypi.org/project/mcp-bastion-python/2.0.
|
|
16
|
+
[](https://pypi.org/project/mcp-bastion-python/2.0.2/)
|
|
17
17
|
[](https://github.com/vaquarkhan/MCP-Bastion/actions/workflows/ci.yml)
|
|
18
|
-
[](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-proxy)
|
|
19
|
+
[](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-dashboard)
|
|
20
20
|
[](LICENSE)
|
|
21
21
|
[](https://vaquarkhan.github.io/MCP-Bastion/)
|
|
22
22
|
|
|
@@ -486,11 +486,11 @@ Full index: **[docs/README.md](docs/README.md)** (docs hub) · published site en
|
|
|
486
486
|
**Prebuilt images (after the first [publish-docker](.github/workflows/publish-docker.yml) run, usually on a `v*` release tag):**
|
|
487
487
|
|
|
488
488
|
```bash
|
|
489
|
-
docker pull ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.
|
|
490
|
-
docker run -p 8080:8080 ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.
|
|
489
|
+
docker pull ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.2
|
|
490
|
+
docker run -p 8080:8080 ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.2
|
|
491
491
|
# Dashboard (optional, port 7000):
|
|
492
|
-
# docker pull ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.
|
|
493
|
-
# docker run -p 7000:7000 ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.
|
|
492
|
+
# docker pull ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.2
|
|
493
|
+
# docker run -p 7000:7000 ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.2
|
|
494
494
|
# :latest is updated on each v* tag publish
|
|
495
495
|
```
|
|
496
496
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mcp-bastion-python"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.2"
|
|
8
8
|
description = "Security middleware for MCP servers protecting LLM agents from prompt injection, resource exhaustion, and PII leakage"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/__init__.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/finops_rbac.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/demo_dashboard_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/argument_guards.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/audit_hash_chain.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/budget_principal.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/circuit_breaker.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/content_filter.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/content_normalize.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/cost_policy.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/cost_tracker.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/external_policy.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/grounding_guard.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/identity_adapters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/output_budget.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/pii_redaction.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/prompt_guard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/replay_guard.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/response_scanner.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/schema_validation.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/secrets_resolver.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/semantic_cache.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/semantic_firewall.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/server_verification.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/session_governance.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/session_offload.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/state_backend.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/stdio_guard.py
RENAMED
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/telemetry_sinks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/transport_hardening.py
RENAMED
|
File without changes
|