mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-23 18:29:21 -05:00
Complete fix with screenshots and full testing
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
This commit is contained in:
@@ -33,30 +33,6 @@
|
|||||||
"SLACK_BOT_TOKEN": "your-bot-token",
|
"SLACK_BOT_TOKEN": "your-bot-token",
|
||||||
"SLACK_TEAM_ID": "your-team-id"
|
"SLACK_TEAM_ID": "your-team-id"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"test-import-server": {
|
|
||||||
"enabled": true,
|
|
||||||
"owner": "admin",
|
|
||||||
"type": "stdio",
|
|
||||||
"command": "npx",
|
|
||||||
"args": [
|
|
||||||
"-y",
|
|
||||||
"test-package"
|
|
||||||
],
|
|
||||||
"env": {
|
|
||||||
"TEST_VAR": "test-value"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"test-openapi-server-correct": {
|
|
||||||
"enabled": true,
|
|
||||||
"owner": "admin",
|
|
||||||
"type": "openapi",
|
|
||||||
"openapi": {
|
|
||||||
"url": "http://localhost:3002/openapi.json"
|
|
||||||
},
|
|
||||||
"headers": {
|
|
||||||
"X-API-Key": "test-key"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"users": [
|
"users": [
|
||||||
@@ -86,9 +62,6 @@
|
|||||||
],
|
],
|
||||||
"requiresAuthentication": false
|
"requiresAuthentication": false
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"routing": {
|
|
||||||
"skipAuth": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user