Connect your function
Configure
| Field | Value |
|---|---|
| URL | https://my-function.fn.jelou.ai/mcp |
| Header name | X-Jelou-Token |
| Header value | jfn_rt_abc123... |
Connect your Jelou Function as an external MCP server in Brain Studio so your AI agents can use it as a tool.
Deploy your function
jelou deploy
# ✓ Deployed to https://my-function.fn.jelou.ai
# ▸ Token jfn_rt_abc123...
Verify MCP is active
curl https://my-function.fn.jelou.ai/__health \
-H "X-Jelou-Token: jfn_rt_abc123..."
Configure
| Field | Value |
|---|---|
| URL | https://my-function.fn.jelou.ai/mcp |
| Header name | X-Jelou-Token |
| Header value | jfn_rt_abc123... |
description fields in define() and .describe() annotations on input fields help the AI agent decide when and how to use your tool.Was this page helpful?