Skip to content

Commit f7ff844

Browse files
1.0.2
1 parent cd7f686 commit f7ff844

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webscraping-ai-mcp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Model Context Protocol server for WebScraping.AI API. Provides LLM-powered web scraping tools with Chromium JavaScript rendering, rotating proxies, and HTML parsing.",
55
"type": "module",
66
"bin": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const client = new WebScrapingAIClient();
128128
// Create MCP server
129129
const server = new McpServer({
130130
name: 'WebScraping.AI MCP Server',
131-
version: '1.0.1'
131+
version: '1.0.2'
132132
});
133133

134134
// Common options schema for all tools

0 commit comments

Comments
 (0)