Skip to content

Commit 10d839e

Browse files
authored
Merge pull request #6 from zenml-io/bug/fix-workflow
Add uv instructions to script header
2 parents 22a80ce + f7bdcff commit 10d839e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

scripts/test_mcp_server.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
#!/usr/bin/env python3
2-
"""
3-
Simple MCP client smoke test for ZenML MCP server
4-
"""
5-
1+
# /// script
2+
# requires-python = ">=3.12"
3+
# dependencies = [
4+
# "httpx",
5+
# "mcp[cli]",
6+
# "zenml",
7+
# ]
8+
# ///
69
import asyncio
710
import sys
811
from pathlib import Path

0 commit comments

Comments
 (0)