MCP Demo App 2026-07-28
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Demo App 2026-07-28Show me the stateless add call"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP 2026-07-28 protocol demo
A companion to ../transport-http, showing what changed in the
2026-07-28 MCP specification revision —
the largest rewrite of the protocol since it launched. Uses the beta Python SDK
(mcp==2.0.0b1).
Card | Demonstrates |
1. | Replaces the |
2. Stateless | No |
3. | Multi Round-Trip Requests: |
4. | Replaces GET+SSE and |
5. |
|
6. Legacy | Proves the same server still answers a |
Related MCP server: MCPServerTransportDemo
Setup
uv sync(mcp==2.0.0b1 is a pre-release; uv add was run with --prerelease=allow.)
Running
uv run main.pyThen open http://127.0.0.1:8000/.
This server cannot be deployed
Maintenance
Related MCP Connectors
Public, read-only MCP server for FarmNeural company facts, packages, and capabilities.
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
Minimal streamable HTTP MCP server used for owned-account registry connectivity tests.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA minimal demonstration server showcasing MCP protocol capabilities including tools, resources, and prompts with basic examples like hello world functionality.7MIT
- FlicenseNot gradedqualityDmaintenanceA demonstration project for building and testing Model Context Protocol (MCP) servers using the MCP inspector and client tools. It provides a practical implementation for exploring MCP transport mechanisms and server-client interactions.-
- AlicenseNot gradedqualityCmaintenanceEducational MCP server demonstrating the 2026-07-28 stateless protocol with raw Starlette, no SDK, featuring tools, request state handles, MRTR elicitation, and subscriptions.MIT
- AlicenseNot gradedqualityBmaintenanceA demo MCP server showcasing every MCP capability with fake logic, including tools, resources, prompts, progress, cancellation, elicitation, sampling, roots, and subscriptions, over Streamable HTTP, HTTP+SSE, and stdio transports.8MIT