File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
start-mcp-python-hello-world-stdio/src
start-mcp-python-hello-world/src Expand file tree Collapse file tree 4 files changed +36
-0
lines changed 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 7
7
resources :
8
8
start-mcp-python-hello-world :
9
9
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
10
16
props :
11
17
region : ${vars.region}
12
18
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 7
7
resources :
8
8
start-mcp-python-hello-world :
9
9
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
10
16
props :
11
17
region : ${vars.region}
12
18
description : Serverless Devs Python MCP Server
You can’t perform that action at this time.
0 commit comments