Skip to content

Commit 9a60690

Browse files
committed
fixed: api path mcp
1 parent 50725ce commit 9a60690

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

resources/mcphub/servers.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
{
22
"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-
},
113
"api_fmc_spec": {
124
"args": [
135
"-y",
146
"mcp-openapi-schema-explorer@latest",
15-
"~/.config/nvim/resources/api/fmc/fmc_oas3.json",
7+
"${HOME}/.config/nvim/resources/api/fmc/fmc_oas3.json",
168
"--output-format",
179
"yaml"
1810
],
@@ -79,6 +71,15 @@
7971
"command": "npx",
8072
"disabled": true
8173
},
74+
"shadcn-ui": {
75+
"args": [
76+
"@jpisnice/shadcn-ui-mcp-server",
77+
"--github-api-key",
78+
"${GITHUB_API_KEY}"
79+
],
80+
"command": "npx",
81+
"disabled": true
82+
},
8283
"terraform": {
8384
"args": [
8485
"stdio"

0 commit comments

Comments
 (0)