@lore-co/mcp 0.1.19 → 0.1.21

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/README.md CHANGED
@@ -23,7 +23,7 @@ Hosts that do not use the Lore CLI can configure the connection explicitly:
23
23
  "mcpServers": {
24
24
  "lore": {
25
25
  "command": "npx",
26
- "args": ["-y", "@lore-co/mcp@0.1.19"],
26
+ "args": ["-y", "@lore-co/mcp@0.1.21"],
27
27
  "env": {
28
28
  "LORE_API_URL": "https://your-lore.example.com",
29
29
  "LORE_WORKSPACE_TOKEN": "YOUR_WORKSPACE_TOKEN"
package/dist/index.js CHANGED
@@ -190,7 +190,7 @@ export function createMcpServer(options = {}) {
190
190
  });
191
191
  const server = new McpServer({
192
192
  name: "lore",
193
- version: "0.1.19",
193
+ version: "0.1.21",
194
194
  });
195
195
  server.registerTool("search_learnings", {
196
196
  title: "Search shared learnings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lore-co/mcp",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Lore MCP server for shared engineering knowledge and prior agent sessions",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -39,8 +39,8 @@
39
39
  "dependencies": {
40
40
  "@modelcontextprotocol/sdk": "^1.30.0",
41
41
  "zod": "^4.4.3",
42
- "@lore-co/sdk": "0.1.19",
43
- "@lore-co/core": "0.1.19"
42
+ "@lore-co/core": "0.1.21",
43
+ "@lore-co/sdk": "0.1.21"
44
44
  },
45
45
  "scripts": {
46
46
  "dev": "tsx watch src/index.ts",