broker
Sentinel
Ein zustandsloser MCP-Server und die Konformitäts-Testumgebung, die ihn bewertet.
Am 28. Juli 2026 veröffentlichte das Model Context Protocol die größte bahnbrechende Revision seiner Geschichte: Es wandelte MCP von einem zustandsbehafteten, sitzungsbasierten, bidirektionalen Protokoll in ein zustandsloses Request/Response-Protokoll um. Sitzungen sind weg. Der initialize-Handshake ist weg. server/discover ist obligatorisch. Vom Server initiierte Anfragen wurden vollständig durch Multi Round-Trip Requests ersetzt. CacheableResult wurde erforderlich. Sampling, Roots, Logging, HTTP+SSE-Transport und OAuth Dynamic Client Registration wurden alle mit einer zwölfmonatigen Frist als veraltet eingestuft.
Jeder MCP-Server in freier Wildbahn wurde gegen die alten Idiome geschrieben. Dieses Repository ist zwei Dinge, die zusammen angeboten werden:
| Ein Go-MCP-Server, der nativ auf |
|
|
Sie sind bewusst gekoppelt. Die Glaubwürdigkeit der Testumgebung kommt daher, dass sie einen Server bewertet, der nicht ihr eigener ist; die Glaubwürdigkeit des Servers kommt daher, dass er bewertet wird. Die Testumgebung importiert niemals Server-Interna und läuft gegen jede Endpunkt-URL.
Status
In Arbeit. Siehe docs/superpowers/plans/2026-08-22-sentinel-mvp.md für den Arbeitspaketplan und docs/HANDOFF.md für die Spezifikation, die dies implementiert.
WP | Fähigkeit | Status |
WP-0 | Repository-Bootstrap | ✅ |
WP-1 | Envelope, Discovery, Verhandlung, Fehlertaxonomie | ⏳ |
WP-2 | Header-Vertrag und Envoy-Routing | ⏳ |
WP-3 | Registry, deterministisches | ⏳ |
WP-4 | Tool-Disziplin und | ⏳ |
WP-5 | Server-geprägte Zustands-Handles | ⏳ |
WP-6 | MRTR-Engine und idempotente Wiedergabe | ⏳ |
WP-7 | Zielgruppenvalidierung | ⏳ |
WP-8 | Audit-Log und Hash-Kette | ⏳ |
WP-9 | Testumgebungs-Probe, Regelkatalog, Fixtures | ⏳ |
WP-10 | Bewertung, JSON, SARIF, CI-Gate | ⏳ |
WP-11 | Veraltungsinventar | ⏳ |
WP-12 | Messungen, Migrationsleitfaden, Demo | ⏳ |
Related MCP server: FlowMCP
Schnellstart
make up # postgres + broker + envoy + smokescreen + otel-collector
make check # golangci-lint, go test, ruff, mypy, pytest
make scan-broker # grade the broker against its own harnessErfordert Go 1.23+, Python 3.12, uv ≥ 0.5 und Docker. An keiner Stelle ist ein Modell-API-Schlüssel erforderlich — der Broker stellt Tools bereit, er ruft keine Modelle auf, weshalb CI schnell, kostenlos und nie aus einem Grund außerhalb dieses Repositorys instabil ist.
Dokumentation
docs/HANDOFF.md— die Implementierungsspezifikation (SN-HND-001).docs/MIGRATION.md— was sich in MCP2026-07-28geändert hat und was es dich kostet. (WP-12)CLAUDE.md— die vier Regeln und die Einschränkungen für Einzelquelldateien.
Vorrang
Wo dieses Repository und die MCP-Spezifikation nicht übereinstimmen, gewinnt die Spezifikation und dieses Repository ist falsch.
Lizenz
MIT — siehe LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover and execute tools via a secure MCP server with JWT authentication, RBAC, rate limiting, and audit logging.1MIT
- AlicenseAqualityBmaintenanceAn MCP server that exposes deterministic workflows as tools, allowing small models to reliably orchestrate APIs and other MCP servers with minimal parameters.21002MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP-compatible LLM clients to execute server-verified agent workflows, with enforced transitions, invocation caps, and signed audit trails.MIT
- AlicenseNot gradedqualityBmaintenanceThis MCP server provides a stateful, resettable, verifiable API runtime that gates every tool call, enabling agents to run long workflows against provider-shaped environments without live provider write access. It records decisions, side effects, and outcome evidence for replayable, verifiable benchmark runs.Apache 2.0
Related MCP Connectors
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
An authenticated remote MCP server for user-owned devices and one-shot capability invocation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patsypppe/sentinel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server