Skip to content

Commit cc6c7c3

Browse files
committed
fix: Refactoring from TelemetryFlow MCP to TelemetryFlow GO MCP. Update TELEMETRYFLOW_MCP_* variable
1 parent f1f202e commit cc6c7c3

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This server works as the **AI integration layer** for the TelemetryFlow Platform
2828
- Claude AI conversation capabilities via MCP
2929
- Tool execution with built-in and custom tools
3030
- Resource management and prompt templates
31-
- OpenTelemetry observability integration
31+
- TelemetryFlow SDK observability integration
3232

3333
---
3434

@@ -49,7 +49,8 @@ graph LR
4949
COLLECTOR[TFO-Collector<br/>OTEL v0.142.0]
5050
end
5151
subgraph "AI Integration"
52-
MCP[TFO-MCP<br/>Claude API + MCP]
52+
MCP_GO[TFO-Go-MCP<br/>Claude API + MCP]
53+
MCP_PY[TFO-Python-MCP<br/>Claude API + MCP]
5354
end
5455
subgraph "Platform"
5556
CORE[TFO-Core<br/>NestJS IAM v1.1.4]
@@ -61,10 +62,13 @@ graph LR
6162
SDK_OTHER --> AGENT
6263
AGENT --> COLLECTOR
6364
COLLECTOR --> CORE
64-
MCP --> CORE
65-
MCP -.-> |AI Capabilities| COLLECTOR
65+
MCP_GO --> CORE
66+
MCP_PY --> CORE
67+
MCP_GO -.-> |AI Capabilities| COLLECTOR
68+
MCP_PY -.-> |AI Capabilities| COLLECTOR
6669
67-
style MCP fill:#E1BEE7,stroke:#7B1FA2,stroke-width:3px
70+
style MCP_GO fill:#3776AB,stroke:#FFD43B,stroke-width:3px
71+
style MCP_PY fill:#E1BEE7,stroke:#7B1FA2
6872
style SDK_GO fill:#C8E6C9,stroke:#388E3C
6973
style SDK_PY fill:#C8E6C9,stroke:#388E3C
7074
style SDK_OTHER fill:#DFDFDF,stroke:#0F0F0F
@@ -80,7 +84,8 @@ graph LR
8084
| TFO-Collector | v1.1.2 | Collector v0.142.0 | Central Telemetry Processing |
8185
| TFO-Go-SDK | v1.1.2 | SDK v1.39.0 | Go Instrumentation |
8286
| TFO-Python-SDK | v1.1.2 | SDK v1.28.0 | Python Instrumentation |
83-
| **TFO-MCP** | **v1.1.2** | **SDK v1.39.0** | **MCP Server + Claude AI** |
87+
| **TFO-Go-MCP** | **v1.1.2** | **SDK v1.39.0** | **GO MCP Server + Claude AI** |
88+
| TFO-Python-MCP | v1.1.2 | SDK v1.28.0 | Python MCP Server + Claude AI |
8489

8590
---
8691

0 commit comments

Comments
 (0)