Files
NaliiaBot/tests/notebooks/test.ipynb
aserrador e9b8b21807 revert: re-enable identify_customer node in agent graph
- Move test.ipynb to tests/notebooks for RPC testing
2026-03-18 22:38:05 -05:00

42 lines
795 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "f614f47a",
"metadata": {},
"outputs": [],
"source": [
"import asyncio\n",
"from fastmcp import Client\n",
"\n",
"MCP_SERVER_URL = \"http://192.168.58.109:3001/mcp\"\n",
"_MCP_CLIENT = Client(MCP_SERVER_URL)\n",
"\n",
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "naliiabot-X7BrBtpI-py3.13",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.11"
}
},
"nbformat": 4,
"nbformat_minor": 5
}