@k-system/tickr-mcp 1.18.0 → 1.19.0
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 +1 -1
package/dist/server.js
CHANGED
|
@@ -95,7 +95,7 @@ export async function startServer() {
|
|
|
95
95
|
const api = new ApiClient(config);
|
|
96
96
|
const server = new McpServer({
|
|
97
97
|
name: "tickr",
|
|
98
|
-
version: "0.1.
|
|
98
|
+
version: "0.1.7",
|
|
99
99
|
});
|
|
100
100
|
// Debug logging wrapper (dedup odstraněn — nefunkční cross-process, řeší se na API straně: TKR-ADR-0043)
|
|
101
101
|
{
|