Minor Changes
-
#2002
e52dea9Thanks @jcheese1! - Adds explicitly declared, administrator-enabled plugin MCP tools with per-route permissions, plugin-scoped token access, install and update consent, structured output schemas, and invocation auditing. -
#1985
3f8b778Thanks @swissky! - Adds acacheControloption for public plugin routes: successful GET responses carry the configuredCache-Controlheader, enabling CDN and browser caching for public plugin endpoints. Works for native, standard, and marketplace plugin formats. Private routes and errors keep theprivate, no-storedefault. -
#2067
07c9f21Thanks @ascorbic! - Adds plugin manifest schema validation (pluginManifestSchema,reconcileManifestAccess) and declared-access canonicalization helpers (canonicalizeDeclaredAccess,diffDeclaredAccess, escalation detection, and theCanonicalDeclaredAccesstypes) for validating plugin manifests and comparing the access a plugin declares.