29 lines
937 B
JSON
29 lines
937 B
JSON
{
|
|
"mcpServers": {
|
|
"facebook-search-agent-stdio": {
|
|
"command": "python",
|
|
"args": ["/home/taiji/tools/aks_agent/facebook_agent/run_mcp_server.py", "--transport", "stdio"],
|
|
"env": {
|
|
"LITELLM_GATEWAY_URL": "https://litellm.graystone-fb459c5d.southeastasia.azurecontainerapps.io/v1",
|
|
"LITELLM_API_KEY": "sk-rxegkFOciNmQLhOHr3qP3A",
|
|
"LITELLM_MODEL": "taiji/gpt-4o-mini",
|
|
"FACEBOOK_API_HOST": "facebook-scraper3.p.rapidapi.com",
|
|
"FACEBOOK_API_KEY": "34225c5924msh453fa7aff7a52a9p1d7adfjsn260ba0796c00",
|
|
"FACEBOOK_MCP_URL": "https://mcp.rapidapi.com",
|
|
"MAX_RESULTS": "10",
|
|
"TIMEOUT": "30",
|
|
"LOG_LEVEL": "INFO"
|
|
}
|
|
},
|
|
"facebook-search-agent-http": {
|
|
"url": "http://20.6.9.191:18000/mcp",
|
|
"type": "http"
|
|
},
|
|
"facebook-search-agent-sse": {
|
|
"url": "http://20.6.9.191:18000/mcp/sse",
|
|
"type": "sse"
|
|
}
|
|
}
|
|
}
|
|
|