eda_tool_mcp_server
0
This project is a server setup tool for Data Analysis, enabling real-time data streams using Server-Sent Events (SSE). It provides an `/sse` endpoint for clients to connect over HTTP.
MCP Server (with SSE Endpoint)
This repository provides a server setup Data Analysis tool that supports Server-Sent Events (SSE) via the /sse
endpoint. It allows clients to connect and receive real-time data streams over HTTP.
🔧 Prerequisites
- Python 3.8 or later
- Git
- curl
Setup Instructions
Run the setup script to install required packages:
python setup.py
cd src/mcp_server_ds
Start the Server
python server.py --transport sse --host 127.0.0.1 --port 8000