@forkpoint/agent-lighthouse-mcp 4.0.0 → 4.1.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/dist/server.js +1 -1
- package/dist/server.mjs +1 -1
- package/package.json +3 -3
package/dist/server.js
CHANGED
package/dist/server.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forkpoint/agent-lighthouse-mcp",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server that lets Claude, Cursor, and agentic IDEs audit website AI-agent readiness with Agent Lighthouse",
|
|
5
5
|
"author": "ForkPoint",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.5.0",
|
|
50
|
-
"@forkpoint/agent-lighthouse-core": "4.
|
|
51
|
-
"@forkpoint/agent-lighthouse-report": "4.
|
|
50
|
+
"@forkpoint/agent-lighthouse-core": "4.1.0",
|
|
51
|
+
"@forkpoint/agent-lighthouse-report": "4.1.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^22.10.5",
|