Gli agenti autenticati con token Bearer possono leggere today/pipeline e annotare attività, con host MCP allineati a quelli di produzione. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"mcpServers": {
|
|
"eminuxcrm": {
|
|
"url": "http://localhost:3001/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${env:CRM_API_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|