agentweb-mcp 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  [![npm downloads](https://img.shields.io/npm/dw/agentweb-mcp.svg?color=10b981)](https://www.npmjs.com/package/agentweb-mcp)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  [![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)
7
+ [![Glama score](https://glama.ai/mcp/servers/zerabic/agentweb-mcp/badges/score.svg)](https://glama.ai/mcp/servers/zerabic/agentweb-mcp)
8
+ [![Docker](https://img.shields.io/badge/Docker-supported-2496ED?logo=docker&logoColor=white)](https://github.com/zerabic/agentweb-mcp/blob/main/Dockerfile)
7
9
  [![Free for AI agents](https://img.shields.io/badge/Free%20for%20AI%20agents-0%2C-blueviolet)](https://agentweb.live)
8
10
 
9
11
  MCP (Model Context Protocol) server for [AgentWeb.live](https://agentweb.live) — a free, agent-first business directory API with **12M+ businesses across 231 countries**.
@@ -222,8 +224,7 @@ npm run build
222
224
 
223
225
  - **Get an API key:** https://agentweb.live/#signup
224
226
  - **API docs:** https://api.agentweb.live/docs
225
- - **Issues:** https://github.com/zerabic/agentweb-mcp/issues
226
- - **Email:** ms.olsen@outlook.com
227
+ - **Issues / contact:** https://github.com/zerabic/agentweb-mcp/issues
227
228
 
228
229
  ## License
229
230
 
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ class AgentWebServer {
10
10
  this.config = config;
11
11
  this.server = new Server({
12
12
  name: "agentweb-mcp",
13
- version: "1.1.1",
13
+ version: "1.1.3",
14
14
  }, {
15
15
  capabilities: {
16
16
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentweb-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "mcpName": "io.github.zerabic/agentweb",
5
5
  "repository": {
6
6
  "type": "git",