diff --git a/model-context-protocol/developer-portal.mdx b/model-context-protocol/developer-portal.mdx index f2d6686..962f6f2 100644 --- a/model-context-protocol/developer-portal.mdx +++ b/model-context-protocol/developer-portal.mdx @@ -33,12 +33,11 @@ Replace `api_...` with the API key you copied from the Developer Portal. ```bash - claude mcp add \ + claude mcp add world-developer-portal \ + https://developer.world.org/api/mcp \ --transport http \ --scope project \ - --header "Authorization: Bearer api_..." \ - world-developer-portal \ - https://developer.world.org/api/mcp + --header "Authorization: Bearer api_..." ```