-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Apify mcp docs #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two final nits, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to add extension also into https://github.com/block/goose/blob/a741a42ea438fea272fd684a40aba523c87d11f1/documentation/static/servers.json
list otherwise it will not pop up in https://block.github.io/goose/extensions/
@drobnikj I added the Apify into the Below is for cloudflare with env vars and the install button doesn't do anything for me.
|
documentation/static/servers.json
Outdated
{ | ||
"id": "apify-mcp-server", | ||
"name": "Apify", | ||
"description": "Access thousands of ready-made web scraping and automation Actors from the Apify platform.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls let's change this to:
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will display and be used for search on https://block.github.io/goose/extensions/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last small comment from my side, otherwise are we good to go?
documentation/static/servers.json
Outdated
"environmentVariables": [] | ||
}, | ||
{ | ||
"id": "apify-mcp-server", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The servers are ordered alphabetically, please follow the convention
feb1bea
to
0da341a
Compare
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
Signed-off-by: Gokdeniz Kaymak <[email protected]>
21832a1
to
8a4f4d3
Compare
hey folks, thanks for your submission over at the goose repo. I left some feedback over there for you as well, but overall great job! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice done, we can close this one and move discussion to PR to main repo 💪
Summary
Added docs page for apify-mcp
How to test
You can test by doing the following
cd documentation npm i npm run start
Inspirations
Brave MCP docs: https://block.github.io/goose/docs/mcp/brave-mcp
Github MCP docs: https://block.github.io/goose/docs/mcp/github-mcp
Type of Change