You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/smithery.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,10 @@ npx @smithery/cli dev
17
17
Notes:
18
18
- The barrier is used only by Smithery; stdio/SSE/HTTP flows are unaffected.
19
19
- We use a placeholder token (`your-apify-token`) in non-interactive environments (Smithery scans) to allow tool-loading paths to run without real secrets. It does not grant access; when detected, the client runs unauthenticated to let the server start and list tools where possible.
20
+
21
+
## Deployment
22
+
23
+
- Publishing to Smithery uses a personal account due to group account functionality issues.
24
+
- Publication happens through a repository fork at https://github.com/apify-projects/apify-mcp-server since Smithery requires repository write access, which cannot be granted to the main Apify account (https://github.com/apify/apify-mcp-server).
25
+
- The fork requires manual synchronization to stay current, as automatic syncing is not configured.
26
+
- As of August 22nd, Smithery supports external server publishing with the requirement of an `/mcp` endpoint.
0 commit comments