diff --git a/.vscode/mcp.json b/.vscode/mcp.json deleted file mode 100644 index 9ed01e4..0000000 --- a/.vscode/mcp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "servers": { - "apify": { - "type": "http", - "url": "https://mcp.apify.com/" - } - } -} diff --git a/apify/.mcp.json b/apify/.mcp.json new file mode 100644 index 0000000..cbcf325 --- /dev/null +++ b/apify/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "apify-mcp-server": { + "type": "http", + "url": "https://mcp.apify.com/" + } + } +} \ No newline at end of file diff --git a/apify/plugin.json b/apify/plugin.json new file mode 100644 index 0000000..616a003 --- /dev/null +++ b/apify/plugin.json @@ -0,0 +1,13 @@ +{ + "name": "apify", + "description": "Apify platform integration for web scraping, automation, and Actor development", + "version": "1.0.0", + "author": { + "name": "Apify", + "email": "support@apify.com", + "url": "https://apify.com" + }, + "skills": "skills/", + "agents": "agents/", + "mcpServers": ".mcp.json" +} \ No newline at end of file