curl --location 'https://api.hiveflow.ai/api/api/mcp/servers/filesystem' \
--header 'Authorization: Bearer <token>'{
"success": true,
"server": {
"config": {
"name": "filesystem",
"command": "npx",
"args": [
"@modelcontextprotocol/server-filesystem",
"/home/user"
],
"status": "connected"
},
"connection": {
"status": "connected",
"connectedAt": "2024-01-15T10:30:00Z",
"toolsCount": 4,
"resourcesCount": 0,
"tools": [
{
"name": "read_file",
"description": "Lee el contenido de un archivo"
},
{
"name": "write_file",
"description": "Escribe contenido a un archivo"
}
]
}
}
}