Tagged articles

HTTP SSE

10 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
Sep 9, 2025 · Artificial Intelligence

Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot

This article demonstrates how to resolve AI hallucination in train‑ticket queries by cleaning data, building a Spring AI‑based Model Context Protocol (MCP) server with HTTP SSE in Java, exposing it as a tool, and seamlessly integrating the server into a FastGPT workflow to enable natural‑language train‑ticket assistance.

AI chatbotFastGPTHTTP SSE
0 likes · 26 min read
Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot
Ubiquitous Tech
Ubiquitous Tech
Jul 10, 2025 · Backend Development

How to Extend Spring AI MCP Server for Authentication and Authorization

This article walks through extending a Spring AI MCP Server to add authentication and authorization, comparing header‑based and parameter‑based schemes, showing the required Maven dependency, source code modifications, custom transport provider, interceptor integration, and testing the secured endpoints.

AuthenticationAuthorizationHTTP SSE
0 likes · 11 min read
How to Extend Spring AI MCP Server for Authentication and Authorization
Ubiquitous Tech
Ubiquitous Tech
May 21, 2025 · Backend Development

Transforming the Open‑Source SequentialThinking MCP Server to HTTP SSE Mode

This article walks through converting the open‑source SequentialThinking MCP Server from its default Stdio interface to an HTTP Server‑Sent Events (SSE) implementation using TypeScript, Express, and the MCP SDK, detailing configuration, code changes, route setup, and testing procedures.

AI toolingExpressHTTP SSE
0 likes · 17 min read
Transforming the Open‑Source SequentialThinking MCP Server to HTTP SSE Mode
Ubiquitous Tech
Ubiquitous Tech
May 20, 2025 · Artificial Intelligence

Turning a Stdio MCP Server into an HTTP SSE Service with Supergateway

This article explains how Supergateway converts a standard Stdio‑based Model Context Protocol (MCP) server into an HTTP SSE (or WebSocket) service, detailing installation, command‑line usage, a train‑ticket MCP example, and how the conversion simplifies web integration and remote debugging.

AIHTTP SSEMCP
0 likes · 8 min read
Turning a Stdio MCP Server into an HTTP SSE Service with Supergateway
Ubiquitous Tech
Ubiquitous Tech
May 17, 2025 · Backend Development

Build a Weather MCP Server with TypeScript Using HTTP SSE (Part 2)

This tutorial walks through creating a weather‑focused MCP server with the Model Context Protocol TypeScript SDK, explaining Server‑Sent Events, setting up the Node.js environment, writing the TypeScript code, building, running, and testing the HTTP SSE service end‑to‑end.

ExpressHTTP SSEMCP
0 likes · 16 min read
Build a Weather MCP Server with TypeScript Using HTTP SSE (Part 2)
Open Source Tech Hub
Open Source Tech Hub
May 4, 2025 · Backend Development

Building a Model Context Protocol (MCP) Server with PHP 8 Attributes

This guide explains how to use the php-mcp/server library to create a standards‑compliant Model Context Protocol (MCP) server in PHP 8, covering installation, key features, attribute‑based definitions, configuration, transport options, discovery, and code examples for a simple stdio server.

CLIHTTP SSEMCP
0 likes · 15 min read
Building a Model Context Protocol (MCP) Server with PHP 8 Attributes
Alibaba Cloud Native
Alibaba Cloud Native
Apr 25, 2025 · Cloud Native

Why Streamable HTTP Beats HTTP+SSE in MCP: Stability, Performance, and Simplicity

The article analyzes the new Streamable HTTP transport introduced in MCP (Model Context Protocol) PR #206, comparing it with the legacy HTTP+SSE approach across stability, TCP connection usage, request success rate, latency, and client‑side code complexity, and shows why Streamable HTTP is superior in high‑concurrency cloud‑native deployments.

AIHTTP SSEMCP
0 likes · 9 min read
Why Streamable HTTP Beats HTTP+SSE in MCP: Stability, Performance, and Simplicity
Ubiquitous Tech
Ubiquitous Tech
Apr 19, 2025 · Backend Development

Building a Maoyan Movie MCP Server with Spring AI 1.0.0-M7

This article explains the Model Context Protocol (MCP), why it simplifies AI tool integration, and provides a step‑by‑step guide to create a Spring AI 1.0.0‑M7 Maven project, configure the MCP server with HTTP SSE, implement weather and Maoyan movie services, run the server, and test it with the MCP Inspector and Cherry Studio client.

HTTP SSEJavaMCP
0 likes · 18 min read
Building a Maoyan Movie MCP Server with Spring AI 1.0.0-M7