22
33## Warning
44
5- ** This project is in active development and intended for testing only. APIs,
6- prompts, and behavior may change without notice. Do not use in production.**
7-
8- A local Model Context Protocol (MCP) server that provides OpenFeature SDK
9- installation guidance over stdio.
5+ ** This project is in active development.**
106
117## Features
128
13- - ** No Authentication Required** : Simplified implementation without OAuth or user
14- management
9+ A local Model Context Protocol (MCP) server that provides OpenFeature SDK
10+ installation guidance and Open Feature Remote Evaluation Protocol (OFREP) over stdio.
11+
1512- ** OpenFeature SDK Installation Guides** : Fetch installation prompts for various
1613 OpenFeature SDKs
1714- ** MCP stdio Transport** : Intended for local usage by MCP-compatible clients
@@ -116,12 +113,16 @@ All logs are written to stderr. The MCP protocol messages use stdout.
116113
117114### ` install_openfeature_sdk `
118115
119- Fetches and returns OpenFeature SDK install prompt Markdown for a given
120- technology from the bundled prompts.
116+ Fetches Markdown instructions for installing the OpenFeature SDK for a given
117+ technology. Optionally augments the prompt with installation guidance for one
118+ or more feature flag providers.
121119
122120** Parameters:**
123121
124122- ` technology ` (string enum): One of the supported technologies listed below
123+ - ` providers ` (string array, optional): Zero or more provider identifiers. If
124+ present, adds provider-specific installation notes to the prompt (or removes
125+ placeholder sections when empty).
125126
126127** Supported Technologies** :
127128
@@ -138,6 +139,42 @@ technology from the bundled prompts.
138139- react
139140- ruby
140141
142+ ** Supported Providers** :
143+
144+ The provider list below is sourced automatically from the OpenFeature ` open-feature/openfeature.dev `
145+ repo; newly added providers there become available here without manual edits.
146+ See ` scripts/build-providers.js ` for details.
147+
148+ - abtasty
149+ - awsssm
150+ - bucketeer
151+ - cloudbees
152+ - confidence
153+ - configbee
154+ - configcat
155+ - devcycle
156+ - env-var
157+ - featbit
158+ - flagd
159+ - flagsmith
160+ - flipt
161+ - goff
162+ - growthbook
163+ - harness
164+ - hypertune
165+ - kameleoon
166+ - launchdarkly
167+ - multi-provider
168+ - ofrep
169+ - posthog
170+ - reflag
171+ - split
172+ - statsig
173+ - tggl
174+ - unleash
175+ - user-defaults
176+ - vwo
177+
141178### ` ofrep_flag_eval `
142179
143180Evaluate feature flags via OpenFeature Remote Evaluation Protocol (OFREP).
0 commit comments