@lokiplay/mcp 0.1.1 → 0.1.2
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/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -81,8 +81,8 @@ export async function callLokiTool(api, name, input) {
|
|
|
81
81
|
}
|
|
82
82
|
if (name === "integration_requirements") {
|
|
83
83
|
return {
|
|
84
|
-
packages: ["@lokiplay/sdk@0.1.
|
|
85
|
-
command: "npm install @lokiplay/sdk@0.1.
|
|
84
|
+
packages: ["@lokiplay/sdk@0.1.2", "@lokiplay/ui-web@0.1.2"],
|
|
85
|
+
command: "npm install @lokiplay/sdk@0.1.2 @lokiplay/ui-web@0.1.2",
|
|
86
86
|
apiOrigin: "https://api.lokiplay.cc",
|
|
87
87
|
authority: "host",
|
|
88
88
|
rankedIntegrity: false,
|
|
@@ -115,7 +115,7 @@ export async function callLokiTool(api, name, input) {
|
|
|
115
115
|
if (!/@lokiplay\/sdk|FirstPartyTransport|LokiClient/.test(joined)) {
|
|
116
116
|
findings.push({
|
|
117
117
|
code: "SDK_NOT_DETECTED",
|
|
118
|
-
message: "Install and initialize @lokiplay/sdk@0.1.
|
|
118
|
+
message: "Install and initialize @lokiplay/sdk@0.1.2.",
|
|
119
119
|
});
|
|
120
120
|
}
|
|
121
121
|
return { ok: findings.length === 0, findings };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lokiplay/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Loki resources and tool definitions for MCP integrations.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@lokiplay/protocol": "0.1.
|
|
39
|
+
"@lokiplay/protocol": "0.1.2"
|
|
40
40
|
}
|
|
41
41
|
}
|