Skip to content

Commit e56d9de

Browse files
committed
README
Signed-off-by: Bar Haim <barha@il.ibm.com>
1 parent bcff3ca commit e56d9de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs/using/plugins/plugins.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ MCP Context Forge provides a comprehensive collection of production-ready plugin
66

77
- [Security & Safety](#security-safety)
88
- [Reliability & Performance](#reliability-performance)
9+
- [Observability & Monitoring](#observability-monitoring)
910
- [Content Transformation & Formatting](#content-transformation-formatting)
1011
- [Content Filtering & Validation](#content-filtering-validation)
1112
- [Compliance & Governance](#compliance-governance)
@@ -44,6 +45,14 @@ Plugins for improving system reliability, performance, and resource management.
4445
| [Response Cache by Prompt](https://github.com/IBM/mcp-context-forge/tree/main/plugins/response_cache_by_prompt) | Native | Advisory response cache using cosine similarity over prompt/input fields with configurable threshold |
4546
| [Retry with Backoff](https://github.com/IBM/mcp-context-forge/tree/main/plugins/retry_with_backoff) | Native | Annotates retry/backoff policy in metadata with exponential backoff on specific HTTP status codes |
4647

48+
## Observability & Monitoring
49+
50+
Plugins for telemetry, tracing, and monitoring tool invocations.
51+
52+
| Plugin | Type | Description |
53+
|--------|------|-------------|
54+
| [Tools Telemetry Exporter](https://github.com/IBM/mcp-context-forge/tree/main/plugins/tools_telemetry_exporter) | Native | Export comprehensive tool invocation telemetry to OpenTelemetry for observability and monitoring with configurable payload export |
55+
4756
## Content Transformation & Formatting
4857

4958
Plugins for transforming, formatting, and normalizing content.

0 commit comments

Comments
 (0)