mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
07c0773bf3
GoDaddy's hosted MCP server serves public data with no authentication, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
9 lines
125 B
JSON
9 lines
125 B
JSON
{
|
|
"mcpServers": {
|
|
"godaddy": {
|
|
"type": "http",
|
|
"url": "https://api.godaddy.com/v1/domains/mcp"
|
|
}
|
|
}
|
|
}
|