Skip to content

Commit 9f4bcfa

Browse files
authored
fix: Description in package.json and manifest.json (#234)
1 parent fb8c81a commit 9f4bcfa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
],
2222
"author": {
2323
"name": "Apify Technologies s.r.o.",
24-
"url": "https://github.com/apify/actors-mcp-server"
24+
"url": "https://github.com/apify/apify-mcp-server"
2525
},
2626
"license": "MIT",
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/apify/actors-mcp-server"
29+
"url": "https://github.com/apify/apify-mcp-server"
3030
},
3131
"homepage": "https://mcp.apify.com",
32-
"support": "https://github.com/apify/actors-mcp-server/issues",
32+
"support": "https://github.com/apify/apify-mcp-server/issues",
3333
"icon": "docs/apify-logo.png",
3434
"screenshots": [
3535
"docs/actors-mcp-server.png"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@apify/actors-mcp-server",
33
"version": "0.3.9",
44
"type": "module",
5-
"description": "Model Context Protocol Server for Apify",
5+
"description": "Apify MCP Server",
66
"engines": {
77
"node": ">=18.0.0"
88
},
@@ -21,12 +21,12 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/apify/actors-mcp-server.git"
24+
"url": "https://github.com/apify/apify-mcp-server.git"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/apify/actors-mcp-server/issues"
27+
"url": "https://github.com/apify/apify-mcp-server/issues"
2828
},
29-
"homepage": "https://apify.com/apify/actors-mcp-server",
29+
"homepage": "https://mcp.apify.com",
3030
"keywords": [
3131
"apify",
3232
"mcp",

0 commit comments

Comments
 (0)