agentweb-mcp 1.1.1 → 1.1.2

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
@@ -222,8 +222,7 @@ npm run build
222
222
 
223
223
  - **Get an API key:** https://agentweb.live/#signup
224
224
  - **API docs:** https://api.agentweb.live/docs
225
- - **Issues:** https://github.com/zerabic/agentweb-mcp/issues
226
- - **Email:** ms.olsen@outlook.com
225
+ - **Issues / contact:** https://github.com/zerabic/agentweb-mcp/issues
227
226
 
228
227
  ## License
229
228
 
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.2",
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.2",
4
4
  "mcpName": "io.github.zerabic/agentweb",
5
5
  "repository": {
6
6
  "type": "git",