Skip to content

Commit 306f686

Browse files
committed
feat(vefaas): add mcp server pyproject cli
1 parent 9de6705 commit 306f686

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ dependencies = [
2121
"opentelemetry-exporter-otlp>=1.35.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",
2323
"wrapt>=1.17.2", # For patching built-in functions
24-
"fastmcp>=2.11.3",
2524
]
2625

2726
[project.scripts]
@@ -44,7 +43,8 @@ cli = [
4443
"volcengine-python-sdk==4.0.3", # For Volcengine API
4544
"typer>=0.16.0", # For command-line implementation
4645
"streamlit==1.46.1", # For running VeADK studio app
47-
"agent-pilot-sdk>=0.0.9" # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
46+
"agent-pilot-sdk>=0.0.9", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
47+
"fastmcp>=2.11.3", # For running MCP
4848
]
4949
dev = [
5050
"pre-commit>=4.2.0", # Format checking

veadk/cli/services/vefaas/template/src/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ elif [ "$USE_STUDIO" = "False" ]; then
6666
fi
6767
fi
6868
else
69-
# running a2a server (default)
69+
# running a2a server
7070
exec python3 -m uvicorn app:app --host $HOST --port $PORT --timeout-graceful-shutdown $TIMEOUT --loop asyncio
7171
fi

0 commit comments

Comments
 (0)