📄️ Create a Server
The easiest way to create a server is to use the MCPServer class from the mcp-server package. This class provides a simple way to register and manage tools, as well as execute workflows. Execute the steps defined on each tab below to create a new server, register a tool, and test a simple example.
📄️ Execute a Deterministic Workflow
📄️ Execute a Non Deterministic Workflow
A non-deterministic workflow is a sequence of tasks that can be executed in any order, and the output may vary depending on the order of execution. This type of workflow is useful when you need to run tasks in parallel, or when the order of execution is not important, or when the output of one task is the input of another task to achieve complex tasks.
📄️ Congratulations!
You have just learned the basics of Agentico and how to create a simple tool and server. Now you can start building your own tools and servers to automate your workflows and integrate AI models into your daily processes.