Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RGGH • Uncategorized
A simple Rust TCP server handling JSON-RPC requests for model management and session handling.
Manage multiple AI model sessions over TCP connections.
Generate model responses based on conversation history.
Fetch and filter real-time flight data from OpenSky Network.
MCPServer is a lightweight TCP server implemented in Rust that manages model registration, session creation, response generation, and session closure via JSON-RPC. It supports custom model handlers and includes functionality to fetch and filter nearby flight data from the OpenSky Network API. The server is designed for easy integration and asynchronous processing using tokio and reqwest, providing detailed error handling and a basic HTTP parser.