feat(plugin): add Contentful MCP server via remote OAuth endpoint

Register @contentful/mcp-server as a remote HTTP MCP server so plugin
users get Contentful tools automatically with OAuth authentication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Francois Le Pape
2026-04-27 11:56:07 +02:00
parent d595d075d6
commit fbdf2e2ccd
+6
View File
@@ -0,0 +1,6 @@
{
"contentful-mcp": {
"type": "http",
"url": "https://mcp.contentful.com/mcp"
}
}