From 367348e91c93ccccee03237bc06acd189d0c639d Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sat, 13 Jun 2026 14:56:20 -0700 Subject: [PATCH] fix: add missing metadata fields to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 09965a1f..d1a1d0ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "exa-mcp-server", "version": "3.2.1", + "bugs": { + "url": "https://github.com/exa-labs/exa-mcp-server/issues" + }, "description": "A Model Context Protocol server with Exa for web search and web crawling. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities. Supports customizable result counts, live crawling options, and returns content from the most relevant websites.", "mcpName": "io.github.exa-labs/exa-mcp-server", "type": "module",