├── MCP_MIAI.pdf ├── README.md ├── agent_call_mcp_sse.py ├── llm_call_mcp_sse.py ├── mcp_server.py ├── setup.txt └── test_mcp_server.py /MCP_MIAI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_MCP/HEAD/MCP_MIAI.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_MCP/HEAD/README.md -------------------------------------------------------------------------------- /agent_call_mcp_sse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_MCP/HEAD/agent_call_mcp_sse.py -------------------------------------------------------------------------------- /llm_call_mcp_sse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_MCP/HEAD/llm_call_mcp_sse.py -------------------------------------------------------------------------------- /mcp_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_MCP/HEAD/mcp_server.py -------------------------------------------------------------------------------- /setup.txt: -------------------------------------------------------------------------------- 1 | mcp[cli] 2 | openai-agents -------------------------------------------------------------------------------- /test_mcp_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thangnch/MiAI_MCP/HEAD/test_mcp_server.py --------------------------------------------------------------------------------