File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
veadk/cli/services/vefaas/template/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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]
4949dev = [
5050 " pre-commit>=4.2.0" , # Format checking
Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ elif [ "$USE_STUDIO" = "False" ]; then
6666 fi
6767 fi
6868else
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
7171fi
You can’t perform that action at this time.
0 commit comments