mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
Initial investigation of export/import issue
Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,19 @@
|
||||
"SLACK_BOT_TOKEN": "your-bot-token",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"users": [
|
||||
@@ -62,6 +75,9 @@
|
||||
],
|
||||
"requiresAuthentication": false
|
||||
}
|
||||
},
|
||||
"routing": {
|
||||
"skipAuth": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user