# MCP Resources

## Knowledge

- [MCP Specification — Architecture (2025-06-18)](https://modelcontextprotocol.io/specification/2025-06-18/architecture)
  Primärquelle für das client-host-server-Modell, Design-Prinzipien, Capability
  Negotiation. Use for: alles Architektur-/Mental-Model-bezogene.
- [MCP Specification — Index (neueste Version)](https://modelcontextprotocol.io/specification)
  Einstieg in die jeweils aktuelle Spec-Revision. Aktuell stabil: 2025-11-25.
  Use for: verbindliche Details zu JSON-RPC-Messages, Lifecycle, Primitiven.
- [MCP — Server-Konzepte (Tools / Resources / Prompts)](https://modelcontextprotocol.io/docs/concepts)
  Use for: präzise Definition der drei Primitive + wann man welches nimmt.
- [Python SDK (modelcontextprotocol/python-sdk)](https://github.com/modelcontextprotocol/python-sdk)
  Offizielles Python-SDK (FastMCP-Stil). Use for: alle Bau-Lektionen, Decorator-API,
  STDIO/HTTP transport, lokales Testen mit dem MCP Inspector.
- [MCP Inspector](https://github.com/modelcontextprotocol/inspector)
  Browser-Tool zum Anschauen/Testen eines Servers ohne echten Agent. Use for:
  Debugging der eigenen Tools, bevor man an einen Agent anbindet.

## Wisdom (Communities)

- [MCP GitHub Discussions](https://github.com/orgs/modelcontextprotocol/discussions)
  Offizieller Ort für Design-Fragen, von Maintainern moderiert. Use for: "warum
  ist das so gelöst", Spec-Diskussionen, Best Practices.
- [r/mcp](https://reddit.com/r/mcp)
  Community rund um MCP-Server/Clients. Use for: reale Erfahrungsberichte,
  Server-Beispiele, Stolperfallen beim Anbinden.

## Gaps
- Noch keine kuratierte Quelle speziell zu "MCP-Server an GitLab Duo Agent anbinden" —
  bei der Anbinde-Lektion gezielt in docs.gitlab.com suchen.
