Configure your AI coding assistant to work with test.cinescreen7.dev
.mcp.json in your project root
{
"mcpServers": {
"cinescreen-animations": {
"type": "http",
"url": "https://test.cinescreen7.dev/mcp",
"headers": {
"Authorization": "Bearer mcp_tYP7oyv1Y0gixDtd8e1hoe1v9bSFBtf5"
}
}
}
}
.gemini/settings.json in your project root
{
"mcpServers": {
"cinescreen-animations": {
"httpUrl": "https://test.cinescreen7.dev/mcp",
"headers": {
"Authorization": "Bearer mcp_tYP7oyv1Y0gixDtd8e1hoe1v9bSFBtf5"
}
}
}
}