Add CLI and config file support
This commit is contained in:
19
sample-config.json
Normal file
19
sample-config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"everything": {
|
||||
"command": "npx",
|
||||
"args": ["@modelcontextprotocol/server-everything"],
|
||||
"env": {
|
||||
"HELLO": "Hello MCP!"
|
||||
}
|
||||
},
|
||||
"myserver": {
|
||||
"command": "node",
|
||||
"args": ["build/index.js", "arg1", "arg2"],
|
||||
"env": {
|
||||
"KEY": "value",
|
||||
"KEY2": "value2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user