Mencantumkan semua layanan MCP PolarClaw yang terinstal beserta konfigurasinya.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
ID aplikasi. |
pa-************** |
| ServerList |
array |
No |
Daftar nama server MCP. Jika parameter ini kosong, konfigurasi semua server MCP akan dikembalikan. |
|
|
string |
No |
The MCP server name. |
dev-mcp-server |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The data returned by the request. |
||
| RequestId |
string |
The request ID. |
2281C6C9-CBAB-1AFD-8400-670750CF6025_2212 |
| Message |
string |
The message returned for the request. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Servers |
object |
The configurations of the MCP servers. |
{ "dev-mcp-server": "{\"args\":[\"-y\",\"@polarclaw/mcp-dev\"],\"command\":\"node\"}" } |
Contoh
Respons sukses
JSONformat
{
"RequestId": "2281C6C9-CBAB-1AFD-8400-670750CF6025_2212",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Servers": {
"dev-mcp-server": "{\"args\":[\"-y\",\"@polarclaw/mcp-dev\"],\"command\":\"node\"}"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.