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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Arda Karaman
3
+ Copyright (c) 2026 Frumane
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -287,4 +287,4 @@ clean-room MIT-licensed implementation.
287
287
 
288
288
  ## License
289
289
 
290
- [MIT](./LICENSE) © Arda Karaman
290
+ [MIT](./LICENSE) © Frumane
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.0",
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.0",
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": "Arda Karaman (Frumane)",
32
+ "author": "Frumane",
33
33
  "license": "MIT",
34
34
  "repository": {
35
35
  "type": "git",