-
Notifications
You must be signed in to change notification settings - Fork 10
feat(mcp-server): add Forest Admin logo #1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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'; |
There was a problem hiding this comment.
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
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (1)
🛟 Help
|
packages/mcp-server/src/server.ts
Outdated
| this.mcpServer = new McpServer({ | ||
| name: NAME, | ||
| version: VERSION, | ||
| icons: [{ src: LOGO_URL, mimeType: 'image/svg+xml' }], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
png
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'; |
There was a problem hiding this comment.
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>
# @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))

Summary
iconsfieldTest plan
image/svg+xmlyarn workspace @forestadmin/mcp-server test— all tests passyarn workspace @forestadmin/mcp-server lint— 0 errors🤖 Generated with Claude Code