Deploying simple Python script that prints 'Hello World'
Build MCP Services / build-mcp-filesystem (push) Successful in 1m28s Details

This commit is contained in:
deepkoluguri 2026-05-12 21:31:09 +00:00
parent bf0104a6b9
commit b911b1b585
1 changed files with 1 additions and 0 deletions

1
agents/hello_world.py Normal file
View File

@ -0,0 +1 @@
print('Hello World')