TextMine MCP improvements: icon, auth headers, and OAuth#228
Open
joseramontextmine wants to merge 2 commits into
Open
TextMine MCP improvements: icon, auth headers, and OAuth#228joseramontextmine wants to merge 2 commits into
joseramontextmine wants to merge 2 commits into
Conversation
The previous icon was the full horizontal wordmark (viewBox 982x210), which became illegible when rendered in the 24x24 catalog div. Replace it with just the square geometric symbol, centered in a square viewBox, matching how other icons (Dynatrace, Azure) render. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Remove the redundant Authorization (Bearer) apiKey scheme; the X-TextMine-Api-Key header is sufficient for key-based auth. Add an OAuth 2.1 authorization code + PKCE scheme (login.textmine.com), mirroring the structure used by other partner servers. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Summary
Three improvements to the TextMine MCP server entry:
982x210), which became illegible in the 24×24 catalog div. Replaced with just the square geometric symbol, centered in a square viewBox, matching how other icons (Dynatrace, Azure MCP Server) render.Authorizationheader — removed theAuthorization(Bearer) apiKey scheme; theX-TextMine-Api-Keyheader is sufficient for key-based auth.login.textmine.com) as an alternative to key-based auth.Changes
community/registry/icons/TextMine.svg: use the square symbol mark instead of the full wordmark.partners/servers/textmine-mcp-server.json: remove theAuthorizationsecurity scheme, add thetextmineOauthOAuth2 scheme.