Every handle function can receive a context object and an env object. The env object is the environment variables you define in the .env file of your project. The context object is the result of the createCtx function you can export from your index.ts file.Documentation Index
Fetch the complete documentation index at: https://docs.mcplug.ai/llms.txt
Use this file to discover all available pages before exploring further.
In order to get type safety for the context and env objects, you need the run the dev command. This will generate a
global declaration file that will be used by the sdk to type these objects.
Creating the context
index.ts

