Getting Started
Quickstart
Create your first LLM function calling tool in minutes
1
Install Yomo CLI
2
Initialize a LLM Function
an example serverless llm function will be created in the tool-get-weather
directory:
3
Start YoMo Server and expose MCP server
Create your yomo.config.yaml
file in the root directory of your project. This file is used to configure the YoMo server and specify the MCP server settings.
The output will be like:
4
Start the serverless LLM function
Press
Ctrl-C
to stop the Serverless LLM Function.