Skip to content

TextMine MCP improvements: icon, auth headers, and OAuth#228

Open
joseramontextmine wants to merge 2 commits into
Azure:mainfrom
joseramontextmine:textmine-improvements
Open

TextMine MCP improvements: icon, auth headers, and OAuth#228
joseramontextmine wants to merge 2 commits into
Azure:mainfrom
joseramontextmine:textmine-improvements

Conversation

@joseramontextmine

@joseramontextmine joseramontextmine commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Three improvements to the TextMine MCP server entry:

  1. Icon fix — the icon was the full horizontal wordmark (viewBox 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.
  2. Drop redundant Authorization header — removed the Authorization (Bearer) apiKey scheme; the X-TextMine-Api-Key header is sufficient for key-based auth.
  3. Add OAuth 2.1 scheme — added an OAuth 2.1 authorization code + PKCE scheme (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 the Authorization security scheme, add the textmineOauth OAuth2 scheme.

joseramontextmine and others added 2 commits July 1, 2026 08:43
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]>
@joseramontextmine joseramontextmine changed the title Fix TextMine icon for catalog display TextMine MCP improvements: icon, auth headers, and OAuth Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant