Skip to content

Commit 3d99a54

Browse files
1.0.3
1 parent e7ee8f5 commit 3d99a54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2",
3+
"version": "1.0.3",
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
@@ -209,7 +209,7 @@ function createSanitizedResponse(content, url, isError = false) {
209209
// Create MCP server
210210
const server = new McpServer({
211211
name: 'WebScraping.AI MCP Server',
212-
version: '1.0.2'
212+
version: '1.0.3'
213213
});
214214

215215
// Common options schema for all tools

0 commit comments

Comments
 (0)