We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50725ce commit 9a60690Copy full SHA for 9a60690
resources/mcphub/servers.json
@@ -1,18 +1,10 @@
1
{
2
"mcpServers": {
3
- "shadcn-ui": {
4
- "command": "npx",
5
- "args": [
6
- "@jpisnice/shadcn-ui-mcp-server",
7
- "--github-api-key",
8
- "${GITHUB_API_KEY}"
9
- ]
10
- },
11
"api_fmc_spec": {
12
"args": [
13
"-y",
14
"mcp-openapi-schema-explorer@latest",
15
- "~/.config/nvim/resources/api/fmc/fmc_oas3.json",
+ "${HOME}/.config/nvim/resources/api/fmc/fmc_oas3.json",
16
"--output-format",
17
"yaml"
18
],
@@ -79,6 +71,15 @@
79
71
"command": "npx",
80
72
"disabled": true
81
73
},
74
+ "shadcn-ui": {
75
+ "args": [
76
+ "@jpisnice/shadcn-ui-mcp-server",
77
+ "--github-api-key",
78
+ "${GITHUB_API_KEY}"
+ ],
+ "command": "npx",
+ "disabled": true
82
+ },
83
"terraform": {
84
85
"stdio"
0 commit comments