@tpsdev-ai/flair 0.33.0 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/config.yaml CHANGED
@@ -81,3 +81,20 @@ authentication:
81
81
  # own risk.
82
82
  authorizeLocal: false
83
83
  enableSessions: true
84
+
85
+ # @harperfast/oauth — authorization server component declaration.
86
+ # Commented out by default: the plugin is only needed when FLAIR_MCP_OAUTH=on.
87
+ # When you enable the flag without uncommenting this block, the boot guard
88
+ # (resources/mcp-oauth.ts) logs an error with the exact YAML to add — uncomment
89
+ # the block below and add mcp.* config. The issuer is derived at runtime from
90
+ # FLAIR_MCP_ISSUER / FLAIR_PUBLIC_URL; do not hardcode one here.
91
+ #
92
+ # "@harperfast/oauth":
93
+ # providers:
94
+ # default:
95
+ # authorizationEndpoint: "/OAuthAuthorize"
96
+ # tokenEndpoint: "/OAuthToken"
97
+ # revocationEndpoint: "/OAuthRevoke"
98
+ # registrationEndpoint: "/OAuthRegister"
99
+ # jwksUri: "/.well-known/jwks.json"
100
+ # discoveryEndpoint: "/.well-known/oauth-authorization-server"