Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 9c46a41

Browse files
feat: update README.md with details on providers
1 parent 8378610 commit 9c46a41

File tree

1 file changed

+46
-9
lines changed

1 file changed

+46
-9
lines changed

README.md

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
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

143180
Evaluate feature flags via OpenFeature Remote Evaluation Protocol (OFREP).

0 commit comments

Comments
 (0)