@starasia/task-management-mcp 1.1.3 → 1.1.5

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/README.md CHANGED
@@ -41,6 +41,42 @@ Or run without global install:
41
41
  npx -y @starasia/task-management-mcp
42
42
  ```
43
43
 
44
+ ## Quick start for users
45
+
46
+ You do not need to know every MCP tool name to use this package. In most AI agents, ask in natural language and let the agent choose the right tool.
47
+
48
+ Start by asking the agent to log in:
49
+
50
+ ```text
51
+ Login to Task Management MCP
52
+ ```
53
+
54
+ The agent should call `start_web_sso_login`, show you a secure SSO login URL, then ask you to open the URL and log in through the browser. Do **not** paste your SSO password into chat. After login, the agent will call `check_web_sso_login`. If your account has access to multiple organizations, the agent should show organization names and ask which one to use.
55
+
56
+ After login, try prompts like:
57
+
58
+ ```text
59
+ Show my Task Management spaces
60
+ ```
61
+
62
+ ```text
63
+ What projects exist in the Ofa Lite space?
64
+ ```
65
+
66
+ ```text
67
+ Create a task in the MVP Generate Cycle project for implementing fleet settings
68
+ ```
69
+
70
+ ```text
71
+ Assign this task to Bayu
72
+ ```
73
+
74
+ ```text
75
+ Summarize my overdue tasks
76
+ ```
77
+
78
+ Agents should preview write actions first. For example, when creating or updating tasks, the agent should show the planned title, description, status, priority, dates, and assignees before calling write tools with `dryRun: false`.
79
+
44
80
  ## Claude Code
45
81
 
46
82
  Install global lalu daftarkan ke Claude Code:
@@ -1,5 +1,5 @@
1
1
  export declare const BUILD_TASK_MANAGEMENT_API_BASE_URL = "https://api.starasia.tech/task-management";
2
2
  export declare const BUILD_TASK_MANAGEMENT_SSO_API_BASE_URL = "https://sso-api-71705844857.asia-southeast2.run.app";
3
- export declare const BUILD_TASK_MANAGEMENT_HRIS_API_BASE_URL = "https://api.starasia.tech/hris-service";
3
+ export declare const BUILD_TASK_MANAGEMENT_HRIS_API_BASE_URL = "https://api.starasia.tech/hris-service-production";
4
4
  export declare const BUILD_TASK_MANAGEMENT_WEB_LOGIN_PUBLIC_BASE_URL = "https://account.starasia.tech";
5
5
  export declare const BUILD_TASK_MANAGEMENT_SSO_CLIENT_ID = "APP-2026gIZpVFf0tA";
@@ -2,7 +2,7 @@
2
2
  // BUILD_* values are injected by CI for published builds.
3
3
  export const BUILD_TASK_MANAGEMENT_API_BASE_URL = "https://api.starasia.tech/task-management";
4
4
  export const BUILD_TASK_MANAGEMENT_SSO_API_BASE_URL = "https://sso-api-71705844857.asia-southeast2.run.app";
5
- export const BUILD_TASK_MANAGEMENT_HRIS_API_BASE_URL = "https://api.starasia.tech/hris-service";
5
+ export const BUILD_TASK_MANAGEMENT_HRIS_API_BASE_URL = "https://api.starasia.tech/hris-service-production";
6
6
  export const BUILD_TASK_MANAGEMENT_WEB_LOGIN_PUBLIC_BASE_URL = "https://account.starasia.tech";
7
7
  export const BUILD_TASK_MANAGEMENT_SSO_CLIENT_ID = "APP-2026gIZpVFf0tA";
8
8
  //# sourceMappingURL=generated-config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"generated-config.js","sourceRoot":"","sources":["../src/generated-config.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,0DAA0D;AAC1D,MAAM,CAAC,MAAM,kCAAkC,GAAG,2CAA2C,CAAC;AAC9F,MAAM,CAAC,MAAM,sCAAsC,GAAG,qDAAqD,CAAC;AAC5G,MAAM,CAAC,MAAM,uCAAuC,GAAG,wCAAwC,CAAC;AAChG,MAAM,CAAC,MAAM,+CAA+C,GAAG,+BAA+B,CAAC;AAC/F,MAAM,CAAC,MAAM,mCAAmC,GAAG,oBAAoB,CAAC"}
1
+ {"version":3,"file":"generated-config.js","sourceRoot":"","sources":["../src/generated-config.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,0DAA0D;AAC1D,MAAM,CAAC,MAAM,kCAAkC,GAAG,2CAA2C,CAAC;AAC9F,MAAM,CAAC,MAAM,sCAAsC,GAAG,qDAAqD,CAAC;AAC5G,MAAM,CAAC,MAAM,uCAAuC,GAAG,mDAAmD,CAAC;AAC3G,MAAM,CAAC,MAAM,+CAA+C,GAAG,+BAA+B,CAAC;AAC/F,MAAM,CAAC,MAAM,mCAAmC,GAAG,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starasia/task-management-mcp",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "MCP server for Star Perkasa Technology Task Management API",