以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"arcgis-portal": {
"command": "python",
"args": [
"-m",
"arcgis_portal_mcp.server"
],
"env": {
"portal_url": "https://gis.example.com/portal",
"username": "your-portal-username",
"password": "your-portal-password"
}
}
}
}