Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ async function main() {
const server = new McpServer({
name: "Azure DevOps MCP Server",
version: packageVersion,
icons: [
{
src: "https://cdn.vsassets.io/content/icons/favicon.ico",
Copy link
Collaborator

Choose a reason for hiding this comment

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

lgtm I'd consider though pushing into the repo though as well:

  1. Maintenance is minimal for this single thumbnail. We are likely never changing ADO favicon
  2. We don't need to rely this url availability nor sec concerns

},
],
});

const userAgentComposer = new UserAgentComposer(packageVersion);
Expand Down