@sylphx/lookout 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/lookout",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "description": "Lookout \u2014 local-first web instrument for agents. Search, fetch, extract, cache with citeable excerpts. No required API key. SDK \u00b7 CLI \u00b7 MCP.",
6
6
  "type": "module",
package/server.json CHANGED
@@ -2,18 +2,18 @@
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.SylphxAI/lookout",
4
4
  "title": "Lookout",
5
- "description": "Local-first web instrument for agents: search, fetch, extract, cache. No required API key. SDK · CLI · MCP.",
5
+ "description": "Local-first web instrument for agents: search, fetch, extract, cache. No required API key. SDK \u00b7 CLI \u00b7 MCP.",
6
6
  "repository": {
7
7
  "url": "https://github.com/SylphxAI/lookout",
8
8
  "source": "github"
9
9
  },
10
- "version": "0.1.0",
10
+ "version": "0.1.1",
11
11
  "websiteUrl": "https://github.com/SylphxAI/lookout#readme",
12
12
  "packages": [
13
13
  {
14
14
  "registryType": "npm",
15
15
  "identifier": "@sylphx/lookout",
16
- "version": "0.1.0",
16
+ "version": "0.1.1",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  }