Skip to content

Commit bf30e4c

Browse files
authored
Update 02-mcp.md
1 parent 7b12d95 commit bf30e4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/en/guides/51-ai-functions/02-mcp.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ pip install packaging openai agno openrouter sqlalchemy fastapi mcp-databend
5252
Now create your ChatBI agent that uses mcp-databend to interact with your database.
5353

5454
Create a file `agent.py`:
55-
<DetailsWrap>
56-
57-
<details>
58-
<summary>Click to view agent.py code</summary>
5955

6056
```python
6157
from contextlib import asynccontextmanager
@@ -170,8 +166,6 @@ if __name__ == "__main__":
170166
playground.serve(app="agent:app", host="127.0.0.1", port=7777)
171167
```
172168

173-
</details>
174-
</DetailsWrap>
175169
### Step 4: Configure Environment
176170

177171
Set up your API keys and database connection:

0 commit comments

Comments
 (0)