Quellen, python-mcp
13 Quellen in /var/www/code/python-mcp/sources.yaml.
| ID | Titel | URL / Referenz | Publisher | Typ | Relevanz |
|---|---|---|---|---|---|
| MCP_SPEC | Model Context Protocol Specification | https://modelcontextprotocol.io/ | Anthropic / Model Context Protocol | standard | Protokoll-Definition, stdio- und HTTP-/SSE-Transport, JSON-RPC- Framing, tools/list und tools/call Semantik. |
| MCP_PYTHON_SDK | Model Context Protocol — Python SDK | https://github.com/modelcontextprotocol/python-sdk | Model Context Protocol | reference_implementation | Quelle fuer FastMCP, @mcp.tool() Decorator, Schema-Erzeugung aus Type-Hints, stdio-Loop. |
| PY_TYPING_DOC | Python typing module documentation | https://docs.python.org/3/library/typing.html | Python Software Foundation | documentation | Literal, Annotated, TypedDict, Protocol — die typsicheren Bausteine fuer Tool-Signaturen und Ports. |
| PY_TYPING_PROTOCOL | typing.Protocol — Structural subtyping | https://docs.python.org/3/library/typing.html#typing.Protocol | Python Software Foundation | documentation | Strukturelle Interfaces fuer Ports. |
| PY_LOGGING_DOC | Python logging — Handlers, Streams, Konfiguration | https://docs.python.org/3/library/logging.html | Python Software Foundation | documentation | basicConfig(stream=sys.stderr), Logger-Konfiguration vor Dependency- Import, Vermeidung von stdout-Pollution. |
| PY_RUNTIME_FLAGS | Python -u Flag und PYTHONUNBUFFERED | https://docs.python.org/3/using/cmdline.html#cmdoption-u | Python Software Foundation | documentation | Unbuffered stdio fuer langlaufende Subprozesse. |
| PYDANTIC_FIELD | Pydantic Field constraints | https://docs.pydantic.dev/latest/concepts/fields/ | Pydantic | documentation | ge/le/gt/lt-Bounds via Annotated[int, Field(...)] — vom MCP-SDK ins JSON-Schema uebernommen. |
| HTTPX_TRANSPORT | httpx HTTPTransport retries | https://www.python-httpx.org/advanced/#http-transport | Encode OSS | documentation | Transport-Level-Retries fuer transiente Netzwerk-Fehler ohne Doppel-Side-Effects. |
| PEP_621 | PEP 621 — Storing project metadata in pyproject.toml | https://peps.python.org/pep-0621/ | Python Software Foundation | standard | Standardisierte Projekt-Metadata fuer Python-Packages. |
| LOCAL_PROJECTCHARAKTERISTIKA | Lokale Projektcharakteristika Library | /var/www/code/projektcharakteristika | local_policy | Quality-Principles SRP/SoC/DRY/SOLID/Clean Code/MaxLOC und Schicht- Definitionen werden hier 1:1 uebernommen und auf Python uebersetzt. | |
| LOCAL_SECURITY_BASELINE | Lokale Security Library | /var/www/code/security | local_policy | Querschnittsregeln zu Eingabe-Validierung, Sandbox und Secrets- Handling — quellen die Sandbox- und Secrets-Anforderungen. | |
| LOCAL_CREDENTIALS_LAYOUT | Credentials-Verzeichnis-Konvention | /var/www/_credentials/<dienst>/credentials.json | local_policy | Server-weite Konvention: root rwx, www-data r--, JSON-Schema pro Dienst frei. Wird von PHP-Apps und Python-MCP-Servern gemeinsam gelesen. | |
| LOCAL_KI_WEB_AUDIT | Audit des ki-web MCP-Servers (Mai 2026) | /var/www/mcp + Doku unter /Volumes/daten/code/2026-05-20_ki-gemeinschaft/ | abstracted_local_evidence | Liefert die konkreten Belege fuer die hier kodifizierten Regeln: stdio-Pollution-Vorfall, Schema-Drift-Vermeidung, atexit-close, X-Request-Id-Propagation, --health-Subcommand, PATCH-Semantik gegen Partial-Update. |