@catlabtech/mycal-mcp-server 0.1.0 → 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.
Files changed (4) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +106 -0
  3. package/dist/index.js +2306 -54
  4. package/package.json +10 -5
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@catlabtech/mycal-mcp-server",
3
- "version": "0.1.0",
4
- "description": "MCP (Model Context Protocol) server exposing the Malaysia Calendar API as 12 tools for Claude, ChatGPT, and other AI agents",
3
+ "version": "0.1.2",
4
+ "description": "MCP (Model Context Protocol) server exposing the Malaysia Calendar API as 13 tools for Claude, ChatGPT, and other AI agents",
5
+ "mcpName": "io.github.catlabtech/mycal",
5
6
  "keywords": [
6
7
  "malaysia",
7
8
  "calendar",
@@ -12,13 +13,16 @@
12
13
  "ai"
13
14
  ],
14
15
  "license": "MIT",
16
+ "author": "CatLab Tech",
15
17
  "repository": {
16
18
  "type": "git",
17
19
  "url": "git+https://github.com/Junhui20/malaysia-calendar-api.git",
18
20
  "directory": "packages/mcp-server"
19
21
  },
20
- "homepage": "https://mycal.pages.dev/docs/mcp-server/what-is-mcp/",
21
- "bugs": "https://github.com/Junhui20/malaysia-calendar-api/issues",
22
+ "homepage": "https://mycal-web.pages.dev/docs/mcp-server/what-is-mcp/",
23
+ "bugs": {
24
+ "url": "https://github.com/Junhui20/malaysia-calendar-api/issues"
25
+ },
22
26
  "type": "module",
23
27
  "bin": {
24
28
  "mycal-mcp-server": "./dist/index.js",
@@ -27,6 +31,7 @@
27
31
  "main": "./dist/index.js",
28
32
  "files": [
29
33
  "dist",
34
+ "LICENSE",
30
35
  "README.md"
31
36
  ],
32
37
  "publishConfig": {
@@ -35,7 +40,7 @@
35
40
  "dependencies": {
36
41
  "@modelcontextprotocol/sdk": "^1.12.0",
37
42
  "zod": "^3.25.76",
38
- "@catlabtech/mycal-core": "0.1.0"
43
+ "@catlabtech/mycal-core": "0.1.2"
39
44
  },
40
45
  "devDependencies": {
41
46
  "@types/node": "^25.5.0",