File tree Expand file tree Collapse file tree
start-mcp-python-hello-world-stdio/src
start-mcp-python-hello-world/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ start-mcp-python-hello-world :
2+ default :
3+ languages :
4+ - python3.10
5+ cache :
6+ paths :
7+ - " ~/.cache"
8+ steps :
9+ - run : mkdir -p python
10+ path : ./code
11+ - run : pip install -r requirements.txt -t ./python
12+ path : ./code
Original file line number Diff line number Diff line change 77resources :
88 start-mcp-python-hello-world :
99 component : fc3
10+ actions :
11+ pre-deploy :
12+ - run : python3 -c "import os; os.makedirs('python', exist_ok=True)"
13+ path : ./code
14+ - run : pip install -r requirements.txt -t ./python
15+ path : ./code
1016 props :
1117 region : ${vars.region}
1218 description : Serverless Devs Python MCP Server
Original file line number Diff line number Diff line change 1+ start-mcp-python-hello-world :
2+ default :
3+ languages :
4+ - python3.10
5+ cache :
6+ paths :
7+ - " ~/.cache"
8+ steps :
9+ - run : mkdir -p python
10+ path : ./code
11+ - run : pip install -r requirements.txt -t ./python
12+ path : ./code
Original file line number Diff line number Diff line change 77resources :
88 start-mcp-python-hello-world :
99 component : fc3
10+ actions :
11+ pre-deploy :
12+ - run : python3 -c "import os; os.makedirs('python', exist_ok=True)"
13+ path : ./code
14+ - run : pip install -r requirements.txt -t ./python
15+ path : ./code
1016 props :
1117 region : ${vars.region}
1218 description : Serverless Devs Python MCP Server
You can’t perform that action at this time.
0 commit comments