kiwoom-mcp-server 0.19.0 → 0.19.1
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 -1
package/dist/server.js
CHANGED
|
@@ -27,7 +27,7 @@ import { registerTransactionsTool } from "./tools/transactions.js";
|
|
|
27
27
|
import { registerViStocksTool } from "./tools/vi-stocks.js";
|
|
28
28
|
import { registerWatchlistGroupsTool, registerWatchlistTool } from "./tools/watchlist.js";
|
|
29
29
|
export const SERVER_NAME = "kiwoom-mcp-server";
|
|
30
|
-
export const SERVER_VERSION = "0.19.
|
|
30
|
+
export const SERVER_VERSION = "0.19.1";
|
|
31
31
|
export function createServer() {
|
|
32
32
|
const server = new McpServer({
|
|
33
33
|
name: SERVER_NAME,
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kiwoom-mcp-server",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
|
+
"mcpName": "io.github.ChunSam/kiwoom-mcp-server",
|
|
4
5
|
"description": "Read-only MCP server exposing the Kiwoom Securities REST API (market data, account inquiry, ISA tax-allowance calculator) to Claude Desktop / Claude Code.",
|
|
5
6
|
"private": false,
|
|
6
7
|
"type": "module",
|