@lemmaoracle/mcp 0.0.21 → 0.0.23
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/server.js +1 -1
- package/package.json +2 -2
package/dist/server.js
CHANGED
|
@@ -9,7 +9,7 @@ import { getProofStatusTool } from "./tools/get-proof-status.js";
|
|
|
9
9
|
// serverInfo.version on initialize handshake; agents and registries (Glama,
|
|
10
10
|
// Smithery) display this. CTO follow-up: replace with build-time injection
|
|
11
11
|
// or a sync hook in publish-npm.sh.
|
|
12
|
-
const PACKAGE_VERSION = "0.0.
|
|
12
|
+
const PACKAGE_VERSION = "0.0.22";
|
|
13
13
|
/** Register all tools on the server (side effects encapsulated at boundary). */
|
|
14
14
|
const registerTools = (server, client, tools) => tools.reduce((srv, register) => (register(srv, client), srv), server);
|
|
15
15
|
export const createLemmaMcpServer = (config) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemmaoracle/mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"description": "MCP server for Lemma Oracle API",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"mcpName": "io.github.lemmaoracle/mcp",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"test": "vitest run"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@lemmaoracle/sdk": "^0.0.
|
|
38
|
+
"@lemmaoracle/sdk": "^0.0.39",
|
|
39
39
|
"@lemmaoracle/spec": "^0.0.30",
|
|
40
40
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
41
41
|
"agents": "^0.11.4",
|