anymcp 0.2.0 → 0.3.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymcp",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Self-contained MCP server that turns any website into a runnable MCP server, in-process. Host-as-brain by default (no API key); optional OpenAI/Anthropic/Gemini/Groq/Ollama/... or a custom inference URL.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -40,26 +40,24 @@
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run build --workspace=@mcp/generator && tsc -p tsconfig.json",
43
- "bundle": "npm run build && esbuild src/main.ts --bundle --platform=node --format=esm --target=node20 --outfile=dist/main.bundle.mjs --external:@modelcontextprotocol/sdk --external:zod --external:openai --external:@anthropic-ai/sdk --external:@google/generative-ai --external:playwright",
43
+ "bundle": "npm run build && esbuild src/main.ts --bundle --platform=node --format=esm --target=node20 --outfile=dist/main.bundle.mjs --external:playwright --external:playwright-core",
44
44
  "start": "node dist/src/main.js",
45
45
  "prepublishOnly": "npm run bundle",
46
46
  "test": "npm run build && node test/providers.mjs && node test/scraper-select.mjs && node test/persistence.mjs && node test/smoke.mjs && node test/emit.mjs && node test/local-e2e.mjs && node test/security.mjs"
47
47
  },
48
- "dependencies": {
49
- "@anthropic-ai/sdk": "^0.54.0",
50
- "@google/generative-ai": "^0.24.0",
51
- "@modelcontextprotocol/sdk": "^1.0.0",
52
- "openai": "^6.39.1",
53
- "zod": "^3.25.0"
54
- },
55
48
  "optionalDependencies": {
56
- "playwright": "^1.54.2"
49
+ "playwright-core": "^1.54.2"
57
50
  },
58
51
  "devDependencies": {
52
+ "@anthropic-ai/sdk": "^0.54.0",
53
+ "@google/generative-ai": "^0.24.0",
59
54
  "@mcp/generator": "0.0.0",
60
55
  "@mcp/types": "0.0.0",
56
+ "@modelcontextprotocol/sdk": "^1.0.0",
61
57
  "@types/node": "^22.0.0",
62
58
  "esbuild": "^0.25.12",
63
- "typescript": "^5.7.0"
59
+ "openai": "^6.39.1",
60
+ "typescript": "^5.7.0",
61
+ "zod": "^3.25.0"
64
62
  }
65
63
  }
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.Francklin9999/mcpify",
4
4
  "title": "anymcp",
5
5
  "description": "Turn any website into a runnable MCP server, in-process. Host-as-brain by default (no API key); optional OpenAI/Anthropic/Gemini/Groq/Ollama/custom inference.",
6
- "version": "0.2.0",
6
+ "version": "0.3.0",
7
7
  "repository": {
8
8
  "url": "https://github.com/Francklin9999/mcpify",
9
9
  "source": "github"
@@ -14,7 +14,7 @@
14
14
  "registryType": "npm",
15
15
  "registryBaseUrl": "https://registry.npmjs.org",
16
16
  "identifier": "anymcp",
17
- "version": "0.2.0",
17
+ "version": "0.3.0",
18
18
  "transport": { "type": "stdio" },
19
19
  "environmentVariables": [
20
20
  {