@konseki/mcp 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +3 -3
package/dist/server.js CHANGED
@@ -3,7 +3,7 @@ import { analysisInputSchema, createAnalysisToolHandler, createMetadataToolHandl
3
3
  export function createKonsekiMcpServer(client) {
4
4
  const server = new McpServer({
5
5
  name: "konseki-mcp",
6
- version: "1.0.2",
6
+ version: "1.0.3",
7
7
  });
8
8
  server.registerTool("get_konseki_metadata", {
9
9
  description: "Fetch raw metadata JSON from the Konseki public API.",
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@konseki/mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Official Konseki MCP server: a direct AI-agent wrapper around the Konseki public API for historical market context.",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/konseki-io/konseki-mcp.git"
9
+ "url": "https://github.com/konseki-official/konseki-mcp.git"
10
10
  },
11
11
  "homepage": "https://konseki.io",
12
12
  "bugs": {
13
- "url": "https://github.com/konseki-io/konseki-mcp/issues"
13
+ "url": "https://github.com/konseki-official/konseki-mcp/issues"
14
14
  },
15
15
  "bin": {
16
16
  "konseki-mcp": "dist/index.js"