|
| 1 | +/** |
| 2 | + * Example config file for the "rush-mcp-example-plugin" demo plugin. |
| 3 | + * |
| 4 | + * This config file is located at: <your-repo>/common/config/rush-mcp/plugin-configs/rush-mcp-example-plugin.json |
| 5 | + */ |
| 6 | +{ |
| 7 | + "$schema": "rush-mcp-example-plugin.schema.json", |
| 8 | + |
| 9 | + "capitalsByState": { |
| 10 | + "alabama": "montgomery", |
| 11 | + "alaska": "juneau", |
| 12 | + "arizona": "phoenix", |
| 13 | + "arkansas": "little rock", |
| 14 | + "california": "sacramento", |
| 15 | + "colorado": "denver", |
| 16 | + "connecticut": "hartford", |
| 17 | + "delaware": "dover", |
| 18 | + "florida": "tallahassee", |
| 19 | + "georgia": "atlanta", |
| 20 | + "hawaii": "honolulu", |
| 21 | + "idaho": "boise", |
| 22 | + "illinois": "springfield", |
| 23 | + "indiana": "indianapolis", |
| 24 | + "iowa": "des moines", |
| 25 | + "kansas": "topeka", |
| 26 | + "kentucky": "frankfort", |
| 27 | + "louisiana": "baton rouge", |
| 28 | + "maine": "augusta", |
| 29 | + "maryland": "annapolis", |
| 30 | + "massachusetts": "boston", |
| 31 | + "michigan": "lansing", |
| 32 | + "minnesota": "saint paul", |
| 33 | + "mississippi": "jackson", |
| 34 | + "missouri": "jefferson city", |
| 35 | + "montana": "helena", |
| 36 | + "nebraska": "lincoln", |
| 37 | + "nevada": "carson city", |
| 38 | + "new hampshire": "concord", |
| 39 | + "new jersey": "trenton", |
| 40 | + "new mexico": "santa fe", |
| 41 | + "new york": "albany", |
| 42 | + "north carolina": "raleigh", |
| 43 | + "north dakota": "bismarck", |
| 44 | + "ohio": "columbus", |
| 45 | + "oklahoma": "oklahoma city", |
| 46 | + "oregon": "salem", |
| 47 | + "pennsylvania": "harrisburg", |
| 48 | + "rhode island": "providence", |
| 49 | + "south carolina": "columbia", |
| 50 | + "south dakota": "pierre", |
| 51 | + "tennessee": "nashville", |
| 52 | + "texas": "austin", |
| 53 | + "utah": "salt lake city", |
| 54 | + "vermont": "montpelier", |
| 55 | + "virginia": "richmond", |
| 56 | + "washington": "olympia", |
| 57 | + "west virginia": "charleston", |
| 58 | + "wisconsin": "madison", |
| 59 | + "wyoming": "cheyenne" |
| 60 | + } |
| 61 | +} |
0 commit comments