@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
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.
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lore-co/mcp",
|
|
3
|
-
"version": "0.1.
|
|
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/
|
|
43
|
-
"@lore-co/
|
|
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",
|