Skip to content

Conversation

@Scra3
Copy link
Member

@Scra3 Scra3 commented Feb 10, 2026

Summary

  • Add Forest Admin SVG logo to the MCP server metadata via the icons field
  • MCP clients (Claude Desktop, Cursor, etc.) will display this logo to identify the server

Test plan

  • Integration test verifies the logo URL is accessible and returns image/svg+xml
  • yarn workspace @forestadmin/mcp-server test — all tests pass
  • yarn workspace @forestadmin/mcp-server lint — 0 errors

🤖 Generated with Claude Code

Add the Forest Admin SVG logo to the McpServer configuration so it
displays in MCP clients (Claude Desktop, Cursor, etc.).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

describe('Logo URL', () => {
it('should reference an accessible SVG image', async () => {
const logoUrl = 'https://app.forestadmin.com/img/logo-e8d1269ef22a94d210c8b6cbf8e9caca.svg';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be safe if the img is removed, we will be notified if the img is removed

@qltysh
Copy link

qltysh bot commented Feb 11, 2026

Qlty

Coverage Impact

⬆️ Merging this pull request will increase total coverage on main by 0.05%.

Modified Files with Diff Coverage (1)

RatingFile% DiffUncovered Line #s
Coverage rating: B Coverage rating: B
packages/mcp-server/src/server.ts100.0%
Total100.0%
🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

this.mcpServer = new McpServer({
name: NAME,
version: VERSION,
icons: [{ src: LOGO_URL, mimeType: 'image/svg+xml' }],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

png

Scra3 and others added 2 commits February 11, 2026 13:23
Co-authored-by: Vincent Molinié <vincentm@forestadmin.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

describe('Logo URL', () => {
it('should reference an accessible PNG image', async () => {
const logoUrl = 'https://forest-assets.s3.us-east-1.amazonaws.com/logo-green.png';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the url retrieved form the mcp server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Scra3 Scra3 merged commit 7eaec86 into main Feb 11, 2026
27 checks passed
@Scra3 Scra3 deleted the feat/mcp-server-logo branch February 11, 2026 14:08
forest-bot added a commit that referenced this pull request Feb 11, 2026
# @forestadmin/mcp-server [1.8.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/mcp-server@1.7.7...@forestadmin/mcp-server@1.8.0) (2026-02-11)

### Bug Fixes

* **mcp-server:** add diagnostic logging for silent HTTP 500 from transport ([#1461](#1461)) ([6849c4c](6849c4c))

### Features

* **mcp-server:** add Forest Admin logo ([#1459](#1459)) ([7eaec86](7eaec86))
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.

2 participants