feat: wire NotFair Search Console MCP into the plugin (0.25.6)#81
Open
EAS-Andrew wants to merge 1 commit into
Open
feat: wire NotFair Search Console MCP into the plugin (0.25.6)#81EAS-Andrew wants to merge 1 commit into
EAS-Andrew wants to merge 1 commit into
Conversation
The hosted Google Search Console MCP endpoint (https://notfair.co/api/mcp/google_search_console) and the SEO connector are already live, and the plugin description already advertises "powered by Google Search Console". But .mcp.json only registered the Google Ads and Meta Ads servers, so the Search Console tools (search analytics, URL inspection, sitemaps) never loaded in Claude Code. This registers it as NotFair-SearchConsole alongside the existing servers, bumps VERSION + plugin.json to 0.25.6, and adds a CHANGELOG entry. Verified the endpoint behaves like the Ads server (HTTP 401 unauthenticated) and completes the OAuth/tool-load flow once added. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Registers the NotFair Google Search Console MCP server in the plugin's
.mcp.jsonasNotFair-SearchConsole, and bumps the plugin to0.25.6.Why
The hosted endpoint
https://notfair.co/api/mcp/google_search_consoleis already live, the SEO connector ships innotfair-cmo, and the plugin description already advertises "powered by Google Search Console". But.mcp.jsononly registered the Google Ads and Meta Ads servers:So the Search Console tools (search analytics, URL inspection, sitemaps) never loaded in Claude Code, even though everything else was in place. Users had to add the server by hand.
Changes
.mcp.json— addNotFair-SearchConsole→https://notfair.co/api/mcp/google_search_consoleVERSION+.claude-plugin/plugin.json—0.25.5→0.25.6CHANGELOG.md—[0.25.6]entry under AddedVerification
HTTP 401unauthenticated).listProperties,getSearchAnalytics,inspectUrl,runScript,listSitemaps, etc.listPropertiesreturned the connected GSC properties as expected.Note on version bump
Bumped patch (
0.25.6) to match the repo's recent cadence. Happy to make it a minor (0.26.0) if you'd rather treat a new connector as a feature-level release.🤖 Generated with Claude Code