I am working on copilot agent that automatically reads incoming emails in my inbox and send a response back to the sender. I am developing this agent in personal developer environment. For this I added 'Email Management MCP Server' as a tool. When testing the agent in copilot studio, it is working fine. But After adding this MCP server when I tired to publish my agent, It is showing "We failed to publish your agent. Try publishing again later. Validation for the bot failed."
I checked the developer tools, I saw a lot of errors there like below one:
I thought it is because of DLP issues (since I am using a personal developer environment). So I tried removing the 'Email Management MCP Server' from my agent and tried republishing. But it is showing the same error "Validation for the bot failed"
And another issue started happening after this is, All my other agents are also unable to publish now. When I tried to publish other agent which doesnt have any MCP server, that is also showing same error.
I even tried creating a new simple agent which answers user questions from general knowledge, so it doesnt have any tools, knowledge sources or triggers. But this simple agent is also not being published due to same error.
I dont know why this is happening, Please help.