Skip to content

Commit e26cb53

Browse files
authored
Merge pull request github#221 from docker/add-astro-docs-server
Fix Apify remote MCP server description
2 parents 51282d3 + 6858634 commit e26cb53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

servers/apify/server.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: apify
22
type: remote
3-
dynamic:
4-
tools: true
3+
# dynamic:
4+
# tools: true
55
meta:
66
category: automation
77
tags:
@@ -11,7 +11,7 @@ meta:
1111
- remote
1212
about:
1313
title: Apify
14-
description: Web Data Extraction Platform
14+
description: Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.
1515
icon: https://www.google.com/s2/favicons?domain=apify.com&sz=64
1616
remote:
1717
transport_type: streamable-http
@@ -20,4 +20,4 @@ config:
2020
secrets:
2121
- name: apify.api_key
2222
env: APIFY_API_KEY
23-
example: <YOUR_API_KEY>
23+
example: <YOUR_API_KEY>

0 commit comments

Comments
 (0)