snaprender-mcp 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ if (!API_KEY) {
9
9
  "Get a free API key at https://app.snap-render.com/auth/signup");
10
10
  process.exit(1);
11
11
  }
12
- const server = new Server({ name: "snaprender-mcp", version: "1.0.1" }, { capabilities: { tools: {} } });
12
+ const server = new Server({ name: "snaprender-mcp", version: "1.0.2" }, { capabilities: { tools: {} } });
13
13
  // --- Tool definitions ---
14
14
  const TOOLS = [
15
15
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaprender-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for SnapRender Screenshot API — lets AI agents capture website screenshots",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",