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.
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.
Your .env will be deployed on our platform when you publish your MCP server. It will only be accessible during the execution of you MCP server so that it is safe and not exposed to the public.