Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Connect your function
Deploy your function
jelou deploy
# ✓ Deployed to https://my-function.fn.jelou.ai
# ▸ Token jfn_rt_abc123...
Save the runtime token.Verify MCP is active
curl https://my-function.fn.jelou.ai/__health \
-H "X-Jelou-Token: jfn_rt_abc123..."
Open Brain Studio
Navigate to: AI Agent → Tools → External MCP Servers
Configure
| Field | Value |
|---|
| URL | https://my-function.fn.jelou.ai/mcp |
| Header name | X-Jelou-Token |
| Header value | jfn_rt_abc123... |
Select tools and test
Brain Studio discovers tools automatically. Select the ones you want and test with a conversation.
Clear, specific description fields in define() and .describe() annotations on input fields help the AI agent decide when and how to use your tool.