Skip to content

Commit 07c0cfa

Browse files
committed
fix: Refactoring workflow TFO-Python-MCP
1 parent e75c6ec commit 07c0cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "tfo-mcp"
6+
name = "telemetryflow-python-mcp"
77
version = "1.1.2"
88
description = "TelemetryFlow Python MCP Server - AI Integration Layer for TelemetryFlow Platform"
99
readme = "README.md"
@@ -69,7 +69,7 @@ telemetry = [
6969
"telemetryflow>=1.1.0",
7070
]
7171
all = [
72-
"tfo-mcp[dev,redis,nats,postgres,clickhouse,telemetry]",
72+
"telemetryflow-python-mcp[dev,redis,nats,postgres,clickhouse,telemetry]",
7373
]
7474

7575
[project.scripts]

0 commit comments

Comments
 (0)