服务器配置
{
"mcpServers": {
"lps-mcp-server": {
"args": [
"-y",
"lps-mcp-server@latest"
],
"command": "npx",
"env": {
"ACCESS_ID": "<YOUR_ACCESS_ID>",
"ACCESS_KEY": "<YOUR_ACCESS_KEY>",
"MLPS_URL": "<MLPS_API_URL>"
}
}
}
}