We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b12d95 commit bf30e4cCopy full SHA for bf30e4c
docs/en/guides/51-ai-functions/02-mcp.md
@@ -52,10 +52,6 @@ pip install packaging openai agno openrouter sqlalchemy fastapi mcp-databend
52
Now create your ChatBI agent that uses mcp-databend to interact with your database.
53
54
Create a file `agent.py`:
55
-<DetailsWrap>
56
-
57
-<details>
58
-<summary>Click to view agent.py code</summary>
59
60
```python
61
from contextlib import asynccontextmanager
@@ -170,8 +166,6 @@ if __name__ == "__main__":
170
166
playground.serve(app="agent:app", host="127.0.0.1", port=7777)
171
167
```
172
168
173
-</details>
174
-</DetailsWrap>
175
169
### Step 4: Configure Environment
176
177
Set up your API keys and database connection:
0 commit comments