floorp-mcp 1.7.0 → 1.7.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/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -19,7 +19,7 @@ import { ANNOTATIONS } from "./annotations.js";
|
|
|
19
19
|
const client = new FloorpClient();
|
|
20
20
|
const server = new McpServer({
|
|
21
21
|
name: "floorp-mcp",
|
|
22
|
-
version: "1.7.
|
|
22
|
+
version: "1.7.1",
|
|
23
23
|
});
|
|
24
24
|
// -- helpers ------------------------------------------------------------------
|
|
25
25
|
// URL/upload guards live in ./guards, the `find` HTML search in ./html-find —
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "floorp-mcp",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "An MCP server that lets AI assistants (Claude Code, Claude Desktop, Cursor…) read, screenshot and manage tabs in the Floorp browser via its built-in automation API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"automation",
|
|
30
30
|
"claude"
|
|
31
31
|
],
|
|
32
|
-
"author": "
|
|
32
|
+
"author": "Frumane",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|