Skip to content

[Feature]: Add richer serverInfo #955

@jancurn

Description

@jancurn

Problem or motivation

MCP protocol supports quite of bit of meta data in serverInfo (see docs):

interface Implementation {
  icons?: Icon[];
  name: string;
  title?: string;
  version: string;
  description?: string;
  websiteUrl?: string;
}

But we only pass:

{
    "name": "apify-mcp-server",
    "version": "0.10.11",
    "websiteUrl": "https://mcp.apify.com"
}

Proposed solution

Let's include more stuff, e.g. icons, title ("Apify MCP server"), description ("Use same info we have in MCP registry"). Apify will look better for clients that support it.

Alternatives considered

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions