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.
Files changed (72) hide show
  1. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/PKG-INFO +9 -9
  2. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/README.md +8 -8
  3. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/pyproject.toml +1 -1
  4. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/__init__.py +1 -1
  5. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/.gitignore +0 -0
  6. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/LICENSE +0 -0
  7. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/NOTICE +0 -0
  8. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/README.md +0 -0
  9. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/app.py +0 -0
  10. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/chart.umd.min.js +0 -0
  11. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/dashboard-app.js +0 -0
  12. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/mcp-bastian.png +0 -0
  13. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/dashboard/static/mcp-bastian.svg +0 -0
  14. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/audit_jsonl.py +0 -0
  15. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/base.py +0 -0
  16. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/__init__.py +0 -0
  17. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/finops_rbac.py +0 -0
  18. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/benchmarks/injection_efficacy.py +0 -0
  19. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/cli.py +0 -0
  20. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/config.py +0 -0
  21. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/demo_dashboard_metrics.py +0 -0
  22. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/demo_live_traffic.py +0 -0
  23. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/doctor.py +0 -0
  24. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/errors.py +0 -0
  25. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/governance_beacon.py +0 -0
  26. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/middleware.py +0 -0
  27. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/otel.py +0 -0
  28. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/__init__.py +0 -0
  29. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/agent_iam.py +0 -0
  30. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/alerts.py +0 -0
  31. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/argument_guards.py +0 -0
  32. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/audit_hash_chain.py +0 -0
  33. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/audit_log.py +0 -0
  34. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/budget_principal.py +0 -0
  35. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/circuit_breaker.py +0 -0
  36. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/content_filter.py +0 -0
  37. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/content_normalize.py +0 -0
  38. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/cost_policy.py +0 -0
  39. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/cost_tracker.py +0 -0
  40. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/external_policy.py +0 -0
  41. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/governance_attestation.py +0 -0
  42. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/grounding_guard.py +0 -0
  43. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/identity_adapters.py +0 -0
  44. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/injection_heuristics.py +0 -0
  45. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/metrics.py +0 -0
  46. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/output_budget.py +0 -0
  47. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/pii_redaction.py +0 -0
  48. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/pricing.py +0 -0
  49. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/prompt_guard.py +0 -0
  50. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/rate_limit.py +0 -0
  51. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/rbac.py +0 -0
  52. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/replay_guard.py +0 -0
  53. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/response_scanner.py +0 -0
  54. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/schema_validation.py +0 -0
  55. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/secrets_resolver.py +0 -0
  56. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/semantic_cache.py +0 -0
  57. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/semantic_firewall.py +0 -0
  58. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/sensitive_classifier.py +0 -0
  59. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/server_verification.py +0 -0
  60. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/session_governance.py +0 -0
  61. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/session_offload.py +0 -0
  62. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/state_backend.py +0 -0
  63. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/stdio_guard.py +0 -0
  64. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/telemetry_sinks.py +0 -0
  65. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/tokens.py +0 -0
  66. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/pillars/tool_metadata_fingerprint.py +0 -0
  67. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/policy_simulator.py +0 -0
  68. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/proxy_server.py +0 -0
  69. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/redteam.py +0 -0
  70. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/serve.py +0 -0
  71. {mcp_bastion_python-2.0.1 → mcp_bastion_python-2.0.2}/src/mcp_bastion/tenant.py +0 -0
  72. {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.1
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
- [![PyPI 2.0.1](https://img.shields.io/badge/PyPI-2.0.1-3775A9?logo=pypi&logoColor=white)](https://pypi.org/project/mcp-bastion-python/2.0.1/)
117
+ [![PyPI 2.0.2](https://img.shields.io/badge/PyPI-2.0.2-3775A9?logo=pypi&logoColor=white)](https://pypi.org/project/mcp-bastion-python/2.0.2/)
118
118
  [![PePy all-time downloads (mcp-bastion-python)](https://img.shields.io/pepy/dt/mcp-bastion-python?label=PePy%20all-time%20downloads)](https://pepy.tech/projects/mcp-bastion-python)
119
- [![Python](https://img.shields.io/pypi/pyversions/mcp-bastion-python)](https://pypi.org/project/mcp-bastion-python/2.0.1/)
119
+ [![Python](https://img.shields.io/pypi/pyversions/mcp-bastion-python)](https://pypi.org/project/mcp-bastion-python/2.0.2/)
120
120
  [![CI](https://img.shields.io/github/actions/workflow/status/vaquarkhan/MCP-Bastion/ci.yml?branch=main&label=CI)](https://github.com/vaquarkhan/MCP-Bastion/actions/workflows/ci.yml)
121
- [![Docker: GHCR mcp-bastion-proxy v2.0.1](https://img.shields.io/badge/GHCR-mcp--bastion--proxy%3Av2.0.1-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-proxy)
122
- [![Docker: GHCR mcp-bastion-dashboard v2.0.1](https://img.shields.io/badge/GHCR-mcp--bastion--dashboard%3Av2.0.1-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-dashboard)
121
+ [![Docker: GHCR mcp-bastion-proxy v2.0.2](https://img.shields.io/badge/GHCR-mcp--bastion--proxy%3Av2.0.2-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-proxy)
122
+ [![Docker: GHCR mcp-bastion-dashboard v2.0.2](https://img.shields.io/badge/GHCR-mcp--bastion--dashboard%3Av2.0.2-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-dashboard)
123
123
  [![License: Source Available](https://img.shields.io/badge/license-Source%20Available-orange.svg)](LICENSE)
124
124
  [![Website](https://img.shields.io/badge/website-vaquarkhan.github.io/MCP--Bastion-blue?logo=github)](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.1
593
- docker run -p 8080:8080 ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.1
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.1
596
- # docker run -p 7000:7000 ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.1
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
- [![PyPI 2.0.1](https://img.shields.io/badge/PyPI-2.0.1-3775A9?logo=pypi&logoColor=white)](https://pypi.org/project/mcp-bastion-python/2.0.1/)
14
+ [![PyPI 2.0.2](https://img.shields.io/badge/PyPI-2.0.2-3775A9?logo=pypi&logoColor=white)](https://pypi.org/project/mcp-bastion-python/2.0.2/)
15
15
  [![PePy all-time downloads (mcp-bastion-python)](https://img.shields.io/pepy/dt/mcp-bastion-python?label=PePy%20all-time%20downloads)](https://pepy.tech/projects/mcp-bastion-python)
16
- [![Python](https://img.shields.io/pypi/pyversions/mcp-bastion-python)](https://pypi.org/project/mcp-bastion-python/2.0.1/)
16
+ [![Python](https://img.shields.io/pypi/pyversions/mcp-bastion-python)](https://pypi.org/project/mcp-bastion-python/2.0.2/)
17
17
  [![CI](https://img.shields.io/github/actions/workflow/status/vaquarkhan/MCP-Bastion/ci.yml?branch=main&label=CI)](https://github.com/vaquarkhan/MCP-Bastion/actions/workflows/ci.yml)
18
- [![Docker: GHCR mcp-bastion-proxy v2.0.1](https://img.shields.io/badge/GHCR-mcp--bastion--proxy%3Av2.0.1-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-proxy)
19
- [![Docker: GHCR mcp-bastion-dashboard v2.0.1](https://img.shields.io/badge/GHCR-mcp--bastion--dashboard%3Av2.0.1-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-dashboard)
18
+ [![Docker: GHCR mcp-bastion-proxy v2.0.2](https://img.shields.io/badge/GHCR-mcp--bastion--proxy%3Av2.0.2-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-proxy)
19
+ [![Docker: GHCR mcp-bastion-dashboard v2.0.2](https://img.shields.io/badge/GHCR-mcp--bastion--dashboard%3Av2.0.2-2496ED?logo=docker)](https://github.com/vaquarkhan/MCP-Bastion/pkgs/container/mcp-bastion-dashboard)
20
20
  [![License: Source Available](https://img.shields.io/badge/license-Source%20Available-orange.svg)](LICENSE)
21
21
  [![Website](https://img.shields.io/badge/website-vaquarkhan.github.io/MCP--Bastion-blue?logo=github)](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.1
490
- docker run -p 8080:8080 ghcr.io/vaquarkhan/mcp-bastion-proxy:v2.0.1
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.1
493
- # docker run -p 7000:7000 ghcr.io/vaquarkhan/mcp-bastion-dashboard:v2.0.1
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.1"
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" }
@@ -25,4 +25,4 @@ __all__ = [
25
25
  "MiddlewareContext",
26
26
  "compose_middleware",
27
27
  ]
28
- __version__ = "2.0.0"
28
+ __version__ = "2.0.2"