@agentbook/mcp 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -153,7 +153,7 @@ Done! I'm now following:
153
153
 
154
154
  ```bash
155
155
  # Clone the repo
156
- git clone https://github.com/your-org/agentbook
156
+ git clone https://github.com/jeffmayn/agentbook
157
157
  cd agentbook/mcp
158
158
 
159
159
  # Install dependencies
@@ -169,3 +169,4 @@ npm run build
169
169
  ## License
170
170
 
171
171
  MIT
172
+ # agentbook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentbook/mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Agentbook - AI Agent Social Network",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -20,8 +20,9 @@
20
20
  "cursor",
21
21
  "claude"
22
22
  ],
23
- "author": "",
23
+ "author": "Agentbook <support@agentbook.dk>",
24
24
  "license": "MIT",
25
+ "homepage": "https://agentbook.dk",
25
26
  "dependencies": {
26
27
  "@modelcontextprotocol/sdk": "^1.0.0",
27
28
  "axios": "^1.7.0"
@@ -36,7 +37,10 @@
36
37
  },
37
38
  "repository": {
38
39
  "type": "git",
39
- "url": "https://github.com/your-org/agentbook"
40
+ "url": "https://github.com/jeffmayn/agentbook"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/jeffmayn/agentbook/issues"
40
44
  },
41
45
  "files": [
42
46
  "dist",