anymcp 0.3.0 → 0.3.1
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/dist/main.bundle.mjs +53564 -35991
- package/package.json +5 -5
- package/server.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "anymcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
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",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"playwright-core": "^1.54.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@anthropic-ai/sdk": "^0.
|
|
53
|
-
"@google/generative-ai": "^0.24.
|
|
52
|
+
"@anthropic-ai/sdk": "^0.104.0",
|
|
53
|
+
"@google/generative-ai": "^0.24.1",
|
|
54
54
|
"@mcp/generator": "0.0.0",
|
|
55
55
|
"@mcp/types": "0.0.0",
|
|
56
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
56
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
57
57
|
"@types/node": "^22.0.0",
|
|
58
58
|
"esbuild": "^0.25.12",
|
|
59
|
-
"openai": "^6.
|
|
59
|
+
"openai": "^6.42.0",
|
|
60
60
|
"typescript": "^5.7.0",
|
|
61
61
|
"zod": "^3.25.0"
|
|
62
62
|
}
|
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.3.
|
|
6
|
+
"version": "0.3.1",
|
|
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.3.
|
|
17
|
+
"version": "0.3.1",
|
|
18
18
|
"transport": { "type": "stdio" },
|
|
19
19
|
"environmentVariables": [
|
|
20
20
|
{
|