@mohammadhprp/system-prompt 0.12.0 → 0.12.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 (124) hide show
  1. package/framework/agents/README.md +0 -1
  2. package/framework/commands/mr.md +8 -9
  3. package/framework/mcps/README.md +0 -3
  4. package/framework/skills/README.md +5 -4
  5. package/framework/skills/effective-html/SKILL.md +63 -0
  6. package/framework/skills/effective-html/examples.md +19 -0
  7. package/framework/skills/effective-html/references/charts-and-data.md +32 -0
  8. package/framework/skills/effective-html/references/creative-direction.md +48 -0
  9. package/framework/skills/effective-html/references/design-artifact.md +78 -0
  10. package/framework/skills/effective-html/references/diagrams.md +68 -0
  11. package/framework/skills/effective-html/references/documents-and-presentations.md +28 -0
  12. package/framework/skills/effective-html/references/html-diagram.md +43 -0
  13. package/framework/skills/effective-html/references/html-plan.md +40 -0
  14. package/framework/skills/effective-html/references/html-prototype.md +97 -0
  15. package/framework/skills/effective-html/references/html-wireframe.md +81 -0
  16. package/framework/skills/effective-html/references/html.md +72 -0
  17. package/framework/skills/effective-html/references/interfaces.md +17 -0
  18. package/framework/skills/glab/SKILL.md +222 -0
  19. package/framework/skills/glab/references/commands-detailed.md +616 -0
  20. package/framework/skills/glab/references/quick-reference.md +145 -0
  21. package/framework/skills/glab/references/troubleshooting.md +669 -0
  22. package/framework/skills/great-interface/SKILL.md +43 -0
  23. package/framework/skills/great-interface/references/animations.md +205 -0
  24. package/framework/skills/great-interface/references/better-accessibility.md +106 -0
  25. package/framework/skills/great-interface/references/better-colors.md +100 -0
  26. package/framework/skills/great-interface/references/better-interface.md +132 -0
  27. package/framework/skills/great-interface/references/better-layout.md +76 -0
  28. package/framework/skills/great-interface/references/better-typography.md +157 -0
  29. package/framework/skills/great-interface/references/better-ui.md +107 -0
  30. package/framework/skills/great-interface/references/better-writing.md +109 -0
  31. package/framework/skills/great-interface/references/choosing-fonts.md +64 -0
  32. package/framework/skills/great-interface/references/color-formats.md +90 -0
  33. package/framework/skills/great-interface/references/color-usage.md +118 -0
  34. package/framework/skills/great-interface/references/contrast.md +79 -0
  35. package/framework/skills/great-interface/references/css-cheat-sheet.md +65 -0
  36. package/framework/skills/great-interface/references/details-and-accessibility.md +119 -0
  37. package/framework/skills/great-interface/references/enter-exit.md +147 -0
  38. package/framework/skills/great-interface/references/explain-interface.md +126 -0
  39. package/framework/skills/great-interface/references/find-the-effect.md +94 -0
  40. package/framework/skills/great-interface/references/focus-and-keyboard.md +131 -0
  41. package/framework/skills/great-interface/references/forms.md +84 -0
  42. package/framework/skills/great-interface/references/from-an-image.md +55 -0
  43. package/framework/skills/great-interface/references/grouping-and-alignment.md +123 -0
  44. package/framework/skills/great-interface/references/hit-areas.md +94 -0
  45. package/framework/skills/great-interface/references/icon-transitions.md +102 -0
  46. package/framework/skills/great-interface/references/icons.md +110 -0
  47. package/framework/skills/great-interface/references/interface-review.md +148 -0
  48. package/framework/skills/great-interface/references/motion-and-zoom.md +79 -0
  49. package/framework/skills/great-interface/references/no-browser.md +73 -0
  50. package/framework/skills/great-interface/references/palette-generation.md +104 -0
  51. package/framework/skills/great-interface/references/palette-structure.md +76 -0
  52. package/framework/skills/great-interface/references/performance.md +88 -0
  53. package/framework/skills/great-interface/references/picker.md +76 -0
  54. package/framework/skills/great-interface/references/read-the-system.md +178 -0
  55. package/framework/skills/great-interface/references/removed-signals.md +38 -0
  56. package/framework/skills/great-interface/references/review-format.md +46 -0
  57. package/framework/skills/great-interface/references/scope-resolution.md +88 -0
  58. package/framework/skills/great-interface/references/screen-readers.md +101 -0
  59. package/framework/skills/great-interface/references/semantics-and-aria.md +84 -0
  60. package/framework/skills/great-interface/references/spacing-and-adaptivity.md +159 -0
  61. package/framework/skills/great-interface/references/spacing-and-sizing.md +121 -0
  62. package/framework/skills/great-interface/references/surfaces.md +219 -0
  63. package/framework/skills/great-interface/references/token-naming.md +97 -0
  64. package/framework/skills/great-interface/references/variable-fonts-and-opentype.md +105 -0
  65. package/framework/skills/great-interface/references/variant.md +104 -0
  66. package/framework/skills/great-interface/references/wrapping-and-punctuation.md +55 -0
  67. package/framework/skills/improve/SKILL.md +137 -0
  68. package/framework/skills/improve/examples.md +19 -0
  69. package/framework/skills/improve/references/audit-playbook.md +130 -0
  70. package/framework/skills/improve/references/closing-the-loop.md +96 -0
  71. package/framework/skills/improve/references/plan-template.md +197 -0
  72. package/framework/skills/jira-cli/SKILL.md +260 -0
  73. package/framework/skills/jira-cli/references/commands-detailed.md +268 -0
  74. package/framework/skills/jira-cli/references/quick-reference.md +111 -0
  75. package/framework/skills/jira-cli/references/troubleshooting.md +114 -0
  76. package/framework/styles/README.md +9 -4
  77. package/framework/styles/factory/DESIGN.md +360 -0
  78. package/framework/styles/factory/README.md +32 -0
  79. package/framework/styles/factory/assets/preview.jpg +0 -0
  80. package/framework/styles/huly/DESIGN.md +449 -0
  81. package/framework/styles/huly/README.md +32 -0
  82. package/framework/styles/huly/assets/preview.jpg +0 -0
  83. package/framework/styles/notion/DESIGN.md +423 -0
  84. package/framework/styles/notion/README.md +32 -0
  85. package/framework/styles/notion/assets/preview.jpg +0 -0
  86. package/package.json +1 -1
  87. package/src/catalog.js +8 -8
  88. package/framework/agents/backend-architect.md +0 -146
  89. package/framework/mcps/github-mcp/README.md +0 -51
  90. package/framework/mcps/github-mcp/capabilities.md +0 -83
  91. package/framework/mcps/github-mcp/configs/.env.example +0 -1
  92. package/framework/mcps/github-mcp/configs/opencode.json +0 -13
  93. package/framework/mcps/github-mcp/install.md +0 -60
  94. package/framework/mcps/github-mcp/troubleshooting.md +0 -79
  95. package/framework/mcps/gitlab-mcp/README.md +0 -53
  96. package/framework/mcps/gitlab-mcp/capabilities.md +0 -216
  97. package/framework/mcps/gitlab-mcp/configs/.env.example +0 -2
  98. package/framework/mcps/gitlab-mcp/configs/opencode.json +0 -13
  99. package/framework/mcps/gitlab-mcp/install.md +0 -99
  100. package/framework/mcps/gitlab-mcp/troubleshooting.md +0 -116
  101. package/framework/mcps/jira-mcp/README.md +0 -52
  102. package/framework/mcps/jira-mcp/capabilities.md +0 -79
  103. package/framework/mcps/jira-mcp/configs/.env.example +0 -2
  104. package/framework/mcps/jira-mcp/configs/opencode.json +0 -13
  105. package/framework/mcps/jira-mcp/install.md +0 -94
  106. package/framework/mcps/jira-mcp/troubleshooting.md +0 -113
  107. package/framework/skills/brand-guidelines/LICENSE.txt +0 -202
  108. package/framework/skills/brand-guidelines/SKILL.md +0 -73
  109. package/framework/skills/gitlab-mcp/SKILL.md +0 -83
  110. package/framework/skills/gitlab-mcp/examples.md +0 -31
  111. package/framework/skills/gitlab-mcp/references/code-review.md +0 -110
  112. package/framework/skills/gitlab-mcp/references/issues.md +0 -141
  113. package/framework/skills/gitlab-mcp/references/merge-requests.md +0 -120
  114. package/framework/skills/gitlab-mcp/references/pipelines.md +0 -67
  115. package/framework/skills/gitlab-mcp/references/search.md +0 -17
  116. package/framework/skills/gitlab-mcp/references/webhooks.md +0 -32
  117. package/framework/skills/gitlab-mcp/references/work-items.md +0 -50
  118. package/framework/skills/jira-mcp/SKILL.md +0 -57
  119. package/framework/skills/jira-mcp/examples.md +0 -31
  120. package/framework/skills/jira-mcp/references/comments.md +0 -27
  121. package/framework/skills/jira-mcp/references/issues.md +0 -97
  122. package/framework/skills/jira-mcp/references/projects.md +0 -39
  123. package/framework/skills/lavish/SKILL.md +0 -67
  124. package/framework/skills/lavish/examples.md +0 -31
@@ -1,116 +0,0 @@
1
- # GitLab MCP Troubleshooting
2
-
3
- ## Server won't start
4
-
5
- **Problem**
6
-
7
- The AI client reports that `gitlab` failed to start.
8
-
9
- **Cause**
10
-
11
- The client cannot run `zereight-mcp-gitlab`, Node.js is not installed, or the npm package is not installed globally.
12
-
13
- **Solution**
14
-
15
- - Run `zereight-mcp-gitlab` manually to verify the server starts.
16
- - Check Node.js is installed: `node --version` (requires >= 18).
17
- - Run `npm install -g @zereight/mcp-gitlab` to install globally.
18
- - If no global install, use `command: "npx"` with `args: ["-y", "@zereight/mcp-gitlab"]` instead.
19
-
20
- ## Authentication errors
21
-
22
- **Problem**
23
-
24
- The server starts but returns authentication errors on tool calls.
25
-
26
- **Cause**
27
-
28
- The Personal Access Token is missing, expired, or has insufficient scopes.
29
-
30
- **Solution**
31
-
32
- - Verify the token is set in `GITLAB_PERSONAL_ACCESS_TOKEN` or passed via `--token`.
33
- - Confirm the token has the required scopes (`api` for full access, `read_api` for read-only).
34
- - Generate a new token in GitLab: **Settings → Access Tokens → Personal Access Tokens**.
35
- - Confirm the API URL is correct: `https://gitlab.com/api/v4` (SaaS) or `https://your-instance/api/v4` (self-hosted).
36
-
37
- ## Configuration errors
38
-
39
- **Problem**
40
-
41
- The MCP server is not listed, or the client ignores the config file.
42
-
43
- **Cause**
44
-
45
- The config file is in the wrong location, the JSON is invalid, or the client expects a different configuration wrapper.
46
-
47
- **Solution**
48
-
49
- - Validate the JSON with `python -m json.tool <file>` or another JSON parser.
50
- - Confirm the client-specific config location in the client's documentation.
51
- - Keep the server name as `gitlab`.
52
- - Ensure environment variables are set correctly in the config.
53
-
54
- ## Permission errors
55
-
56
- **Problem**
57
-
58
- Tools return 403 Forbidden or insufficient permissions.
59
-
60
- **Cause**
61
-
62
- The authenticated user does not have the required GitLab project or group permissions.
63
-
64
- **Solution**
65
-
66
- - Verify the user has at least Developer role in the target project or group.
67
- - Check if the project is in a subgroup that inherits different permissions.
68
- - Use `list_projects` to confirm which projects the token can access.
69
-
70
- ## Rate limiting
71
-
72
- **Problem**
73
-
74
- Tools return 429 Too Many Requests errors.
75
-
76
- **Cause**
77
-
78
- GitLab API rate limits have been exceeded.
79
-
80
- **Solution**
81
-
82
- - Reduce the frequency of tool calls.
83
- - For self-hosted GitLab, check `gitlab.rb` rate limit settings.
84
- - Wait for the rate limit window to reset before retrying.
85
-
86
- ## Version mismatch
87
-
88
- **Problem**
89
-
90
- Some tools are missing or behave differently than documented.
91
-
92
- **Cause**
93
-
94
- The installed npm package version is outdated.
95
-
96
- **Solution**
97
-
98
- - Update to the latest version: `npm update -g @zereight/mcp-gitlab`.
99
- - Check the installed version: `npm list -g @zereight/mcp-gitlab`.
100
- - Refer to the [CHANGELOG](https://github.com/zereight/gitlab-mcp/blob/main/CHANGELOG.md) for breaking changes.
101
-
102
- ## Read-only mode blocking writes
103
-
104
- **Problem**
105
-
106
- Write tools return errors when `GITLAB_PERMISSION_MODE=readonly`.
107
-
108
- **Cause**
109
-
110
- Read-only mode explicitly blocks all create, update, and delete operations.
111
-
112
- **Solution**
113
-
114
- - Set `GITLAB_PERMISSION_MODE=modify` to allow updates while blocking deletes.
115
- - Set `GITLAB_PERMISSION_MODE=full` for unrestricted access.
116
- - Use `GITLAB_TOOLS` allow-list to enable specific write tools in read-only mode.
@@ -1,52 +0,0 @@
1
- # Jira MCP
2
-
3
- ## Overview
4
-
5
- Jira MCP is a Model Context Protocol (MCP) server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It provides tools for creating, reading, updating, and deleting issues, searching with JQL, managing comments and assignments, and inspecting projects.
6
-
7
- Official source:
8
-
9
- - [GitHub: edrich13/mcp-jira-server](https://github.com/edrich13/mcp-jira-server)
10
-
11
- ## Features
12
-
13
- - Personal Access Token authentication for self-hosted Jira.
14
- - Create, read, update, and delete Jira issues.
15
- - Search issues using JQL (Jira Query Language).
16
- - Add and view comments.
17
- - Manage issue assignments.
18
- - List projects and issue types.
19
- - Transition issues between statuses.
20
- - Get current user information.
21
-
22
- ## Supported AI Clients
23
-
24
- Jira MCP works with any MCP-compatible AI client. The server is started via `npx` and communicates over stdio.
25
-
26
- - OpenCode
27
-
28
- ## When to Use
29
-
30
- Use Jira MCP when an AI coding agent needs to interact with a self-hosted Jira instance.
31
-
32
- Good fits:
33
-
34
- - Creating and updating Jira issues from an AI agent.
35
- - Searching for issues with JQL queries.
36
- - Adding comments and managing issue assignments.
37
- - Inspecting project metadata and issue types.
38
- - Tracking work and status transitions.
39
-
40
- Avoid using it with Jira Cloud (SaaS) — this server is designed for self-hosted Jira instances only.
41
-
42
- ## Requirements
43
-
44
- - Node.js 18 or higher available on `PATH`.
45
- - A self-hosted Jira instance (e.g., `https://jira.domain.com`).
46
- - A Jira Personal Access Token with appropriate permissions.
47
-
48
- ## Related Skills
49
-
50
- Relevant skills in this repository:
51
-
52
- - [`backend-best-practices`](../../skills/backend-best-practices/SKILL.md): backend best practices for debugging and testing.
@@ -1,79 +0,0 @@
1
- # Jira MCP Capabilities
2
-
3
- ## What It Can Do
4
-
5
- 12 tools for interacting with self-hosted Jira instances.
6
-
7
- ### Issues
8
-
9
- | Tool | Description |
10
- | --- | --- |
11
- | `jira_get_issue` | Get details of a specific issue by key (e.g. "PROJ-123") |
12
- | `jira_search_issues` | Search for issues using JQL with optional max results |
13
- | `jira_create_issue` | Create a new issue with project, summary, type, description, priority, assignee, labels, components, and custom fields |
14
- | `jira_update_issue` | Update an existing issue — summary, description, assignee, priority, labels, status, and custom fields |
15
- | `jira_delete_issue` | Delete an issue permanently |
16
- | `jira_assign_issue` | Assign an issue to a user |
17
-
18
- ### Comments
19
-
20
- | Tool | Description |
21
- | --- | --- |
22
- | `jira_add_comment` | Add a comment to an issue |
23
- | `jira_get_comments` | Get all comments from an issue |
24
-
25
- ### Projects
26
-
27
- | Tool | Description |
28
- | --- | --- |
29
- | `jira_get_projects` | List all available projects |
30
- | `jira_get_project` | Get details of a specific project |
31
- | `jira_get_issue_types` | Get available issue types for a project |
32
-
33
- ### User
34
-
35
- | Tool | Description |
36
- | --- | --- |
37
- | `jira_get_current_user` | Get information about the currently authenticated user |
38
-
39
- ## What It Cannot Do
40
-
41
- - It does not work with Jira Cloud (SaaS) — designed for self-hosted instances only.
42
- - It cannot authenticate with OAuth, API tokens, or cookie-based auth — PAT only.
43
- - It cannot create, update, or delete Jira projects.
44
- - It cannot manage Jira users, groups, or permissions.
45
- - It cannot access Jira boards, sprints, or agile features.
46
- - It cannot attach files to issues.
47
- - It cannot operate without a valid PAT and accessible Jira instance.
48
-
49
- ## Best Practices
50
-
51
- - Never commit your PAT to version control. Use environment variables or client config files with restricted permissions.
52
- - Use tokens with minimal required permissions.
53
- - Set expiration dates for tokens and rotate them regularly.
54
- - Use `jira_get_issue_types` before creating issues to confirm valid types for the project.
55
- - Use `jira_get_current_user` first to verify authentication is working.
56
- - Use JQL with specific project keys to scope searches and reduce response size.
57
- - For Jira instances behind SSO proxies, set `JIRA_USER_AGENT` to a whitelisted value.
58
-
59
- ## Common Workflows
60
-
61
- ### Find and update issues
62
-
63
- 1. Call `jira_search_issues` with a JQL query to find relevant issues.
64
- 2. Call `jira_get_issue` on a specific key to read full details.
65
- 3. Call `jira_update_issue` to change status, assignee, or priority.
66
- 4. Call `jira_add_comment` to leave a note about the change.
67
-
68
- ### Create a new issue
69
-
70
- 1. Call `jira_get_projects` to list available projects.
71
- 2. Call `jira_get_issue_types` for the target project.
72
- 3. Call `jira_create_issue` with project key, summary, issue type, and optional fields.
73
- 4. Call `jira_assign_issue` to assign it to a team member.
74
-
75
- ### Track work progress
76
-
77
- 1. Call `jira_search_issues` with `assignee = currentUser() AND status != Done`.
78
- 2. Call `jira_get_issue` on each key to review details.
79
- 3. Call `jira_update_issue` to transition statuses as work progresses.
@@ -1,2 +0,0 @@
1
- JIRA_BASE_URL=
2
- JIRA_PAT=
@@ -1,13 +0,0 @@
1
- {
2
- "mcp": {
3
- "jira": {
4
- "type": "local",
5
- "enabled": true,
6
- "command": ["npx", "-y", "mcp-jira-server"],
7
- "environment": {
8
- "JIRA_BASE_URL": "{env:JIRA_BASE_URL}",
9
- "JIRA_PAT": "{env:JIRA_PAT}"
10
- }
11
- }
12
- }
13
- }
@@ -1,94 +0,0 @@
1
- # Jira MCP Installation
2
-
3
- ## Requirements
4
-
5
- - Node.js 18 or higher available on `PATH`.
6
- - A self-hosted Jira instance.
7
- - A Jira Personal Access Token.
8
- - An MCP-compatible AI client.
9
-
10
- ## Creating a Personal Access Token
11
-
12
- 1. Log in to your self-hosted Jira instance.
13
- 2. Click your profile icon → **Profile** or **Account Settings**.
14
- 3. Navigate to **Personal Access Tokens** or **Security**.
15
- 4. Click **Create token**, give it a name, set an expiration date, and copy the token immediately.
16
-
17
- ## Installation
18
-
19
- The server can be used directly with `npx` — no build step required.
20
-
21
- ```bash
22
- npx -y mcp-jira-server
23
- ```
24
-
25
- Or install globally:
26
-
27
- ```bash
28
- npm install -g mcp-jira-server
29
- ```
30
-
31
- ## Configuration
32
-
33
- | Field | Value |
34
- | --- | --- |
35
- | Server name | `jira` |
36
- | Command | `npx` (or `mcp-jira-server` if installed globally) |
37
- | Args | `-y`, `mcp-jira-server` |
38
- | Env | `JIRA_BASE_URL`, `JIRA_PAT` |
39
-
40
- ### Config file examples
41
-
42
- Use the examples in [`configs/`](./configs/) as client-specific starting points:
43
-
44
- | Client | Example | Typical location |
45
- | --- | --- | --- |
46
- | OpenCode | [`configs/opencode.json`](./configs/opencode.json) | OpenCode MCP configuration. |
47
-
48
- ### OpenCode
49
-
50
- Copy [`configs/opencode.json`](./configs/opencode.json) into your OpenCode project root or user config directory, replace the placeholder URL and token, and restart the OpenCode agent.
51
-
52
- ## Verification
53
-
54
- Run the MCP server command directly:
55
-
56
- ```bash
57
- npx -y mcp-jira-server
58
- ```
59
-
60
- Then verify from your AI client:
61
-
62
- - The `jira` MCP server is listed.
63
- - The server starts without errors.
64
- - Tools are visible to the agent.
65
-
66
- Recommended first prompt:
67
-
68
- ```
69
- Get my current Jira user information
70
- ```
71
-
72
- ## Updating
73
-
74
- ```bash
75
- npx -y mcp-jira-server@latest
76
- ```
77
-
78
- Or update global install:
79
-
80
- ```bash
81
- npm update -g mcp-jira-server
82
- ```
83
-
84
- ## Uninstalling
85
-
86
- 1. Remove the MCP entry from AI client configuration files.
87
- 2. Uninstall the package: `npm uninstall -g mcp-jira-server`.
88
-
89
- ## Common Issues
90
-
91
- - **Server does not start**: run `npx -y mcp-jira-server` manually. Ensure Node.js >= 18 is installed.
92
- - **Authentication errors**: verify the PAT is valid and not expired. Confirm `JIRA_BASE_URL` has no trailing slash.
93
- - **Connection refused**: check if the Jira instance is accessible and the URL is correct.
94
- - **API requests redirect to SSO login**: your Jira may be behind a reverse proxy. Set `JIRA_USER_AGENT` to a whitelisted User-Agent string.
@@ -1,113 +0,0 @@
1
- # Jira MCP Troubleshooting
2
-
3
- ## Server won't start
4
-
5
- **Problem**
6
-
7
- The AI client reports that `jira` failed to start.
8
-
9
- **Cause**
10
-
11
- The client cannot run `npx`, Node.js is not installed, or the npm package is unavailable.
12
-
13
- **Solution**
14
-
15
- - Run `npx -y mcp-jira-server` manually to verify the server starts.
16
- - Check Node.js is installed: `node --version` (requires >= 18).
17
- - Check network access if the package has not been cached locally.
18
- - Ensure the config file contains the correct command and args.
19
-
20
- ## Authentication errors
21
-
22
- **Problem**
23
-
24
- The server starts but returns authentication errors on tool calls.
25
-
26
- **Cause**
27
-
28
- The Personal Access Token is missing, expired, or has insufficient permissions.
29
-
30
- **Solution**
31
-
32
- - Verify `JIRA_PAT` is set correctly in the environment.
33
- - Confirm the token has not expired.
34
- - Generate a new token in Jira if needed.
35
- - Verify `JIRA_BASE_URL` is correct and has no trailing slash.
36
-
37
- ## Connection refused
38
-
39
- **Problem**
40
-
41
- Tools return connection errors.
42
-
43
- **Cause**
44
-
45
- The Jira instance is not accessible from the current machine.
46
-
47
- **Solution**
48
-
49
- - Verify the Jira URL is reachable: `curl https://jira.domain.com`.
50
- - Check network connectivity and firewall rules.
51
- - Confirm the URL format: `https://jira.domain.com` (no trailing slash).
52
-
53
- ## Configuration errors
54
-
55
- **Problem**
56
-
57
- The MCP server is not listed, or the client ignores the config file.
58
-
59
- **Cause**
60
-
61
- The config file is in the wrong location, the JSON is invalid, or the client expects a different configuration wrapper.
62
-
63
- **Solution**
64
-
65
- - Validate the JSON with `python -m json.tool <file>` or another JSON parser.
66
- - Confirm the client-specific config location in the client's documentation.
67
- - Keep the server name as `jira`.
68
- - Ensure environment variables are set correctly in the config.
69
-
70
- ## API requests redirect to SSO login
71
-
72
- **Problem**
73
-
74
- API requests return HTML login pages instead of JSON responses despite a valid PAT.
75
-
76
- **Cause**
77
-
78
- The Jira instance is behind a reverse proxy (oauth2-proxy, nginx, etc.) that filters requests by User-Agent and redirects API clients to SSO login.
79
-
80
- **Solution**
81
-
82
- - Set the `JIRA_USER_AGENT` environment variable to a whitelisted User-Agent string.
83
- - Contact your system administrator to get the allowed User-Agent value.
84
-
85
- ## "Issue type not found" errors
86
-
87
- **Problem**
88
-
89
- Creating an issue fails with "issue type not found".
90
-
91
- **Cause**
92
-
93
- The issue type name does not exist in the target project.
94
-
95
- **Solution**
96
-
97
- - Call `jira_get_issue_types` with the project key to list valid types.
98
- - Use an exact match from the returned list.
99
-
100
- ## "Cannot find module" errors
101
-
102
- **Problem**
103
-
104
- The server fails with module resolution errors when using a source build.
105
-
106
- **Cause**
107
-
108
- Dependencies are not installed or the project is not built.
109
-
110
- **Solution**
111
-
112
- - Run `npm install` and `npm run build` in the project directory.
113
- - Use the `npx` command instead of a local build.
@@ -1,202 +0,0 @@
1
-
2
- Apache License
3
- Version 2.0, January 2004
4
- http://www.apache.org/licenses/
5
-
6
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
-
8
- 1. Definitions.
9
-
10
- "License" shall mean the terms and conditions for use, reproduction,
11
- and distribution as defined by Sections 1 through 9 of this document.
12
-
13
- "Licensor" shall mean the copyright owner or entity authorized by
14
- the copyright owner that is granting the License.
15
-
16
- "Legal Entity" shall mean the union of the acting entity and all
17
- other entities that control, are controlled by, or are under common
18
- control with that entity. For the purposes of this definition,
19
- "control" means (i) the power, direct or indirect, to cause the
20
- direction or management of such entity, whether by contract or
21
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
- outstanding shares, or (iii) beneficial ownership of such entity.
23
-
24
- "You" (or "Your") shall mean an individual or Legal Entity
25
- exercising permissions granted by this License.
26
-
27
- "Source" form shall mean the preferred form for making modifications,
28
- including but not limited to software source code, documentation
29
- source, and configuration files.
30
-
31
- "Object" form shall mean any form resulting from mechanical
32
- transformation or translation of a Source form, including but
33
- not limited to compiled object code, generated documentation,
34
- and conversions to other media types.
35
-
36
- "Work" shall mean the work of authorship, whether in Source or
37
- Object form, made available under the License, as indicated by a
38
- copyright notice that is included in or attached to the work
39
- (an example is provided in the Appendix below).
40
-
41
- "Derivative Works" shall mean any work, whether in Source or Object
42
- form, that is based on (or derived from) the Work and for which the
43
- editorial revisions, annotations, elaborations, or other modifications
44
- represent, as a whole, an original work of authorship. For the purposes
45
- of this License, Derivative Works shall not include works that remain
46
- separable from, or merely link (or bind by name) to the interfaces of,
47
- the Work and Derivative Works thereof.
48
-
49
- "Contribution" shall mean any work of authorship, including
50
- the original version of the Work and any modifications or additions
51
- to that Work or Derivative Works thereof, that is intentionally
52
- submitted to Licensor for inclusion in the Work by the copyright owner
53
- or by an individual or Legal Entity authorized to submit on behalf of
54
- the copyright owner. For the purposes of this definition, "submitted"
55
- means any form of electronic, verbal, or written communication sent
56
- to the Licensor or its representatives, including but not limited to
57
- communication on electronic mailing lists, source code control systems,
58
- and issue tracking systems that are managed by, or on behalf of, the
59
- Licensor for the purpose of discussing and improving the Work, but
60
- excluding communication that is conspicuously marked or otherwise
61
- designated in writing by the copyright owner as "Not a Contribution."
62
-
63
- "Contributor" shall mean Licensor and any individual or Legal Entity
64
- on behalf of whom a Contribution has been received by Licensor and
65
- subsequently incorporated within the Work.
66
-
67
- 2. Grant of Copyright License. Subject to the terms and conditions of
68
- this License, each Contributor hereby grants to You a perpetual,
69
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
- copyright license to reproduce, prepare Derivative Works of,
71
- publicly display, publicly perform, sublicense, and distribute the
72
- Work and such Derivative Works in Source or Object form.
73
-
74
- 3. Grant of Patent License. Subject to the terms and conditions of
75
- this License, each Contributor hereby grants to You a perpetual,
76
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
- (except as stated in this section) patent license to make, have made,
78
- use, offer to sell, sell, import, and otherwise transfer the Work,
79
- where such license applies only to those patent claims licensable
80
- by such Contributor that are necessarily infringed by their
81
- Contribution(s) alone or by combination of their Contribution(s)
82
- with the Work to which such Contribution(s) was submitted. If You
83
- institute patent litigation against any entity (including a
84
- cross-claim or counterclaim in a lawsuit) alleging that the Work
85
- or a Contribution incorporated within the Work constitutes direct
86
- or contributory patent infringement, then any patent licenses
87
- granted to You under this License for that Work shall terminate
88
- as of the date such litigation is filed.
89
-
90
- 4. Redistribution. You may reproduce and distribute copies of the
91
- Work or Derivative Works thereof in any medium, with or without
92
- modifications, and in Source or Object form, provided that You
93
- meet the following conditions:
94
-
95
- (a) You must give any other recipients of the Work or
96
- Derivative Works a copy of this License; and
97
-
98
- (b) You must cause any modified files to carry prominent notices
99
- stating that You changed the files; and
100
-
101
- (c) You must retain, in the Source form of any Derivative Works
102
- that You distribute, all copyright, patent, trademark, and
103
- attribution notices from the Source form of the Work,
104
- excluding those notices that do not pertain to any part of
105
- the Derivative Works; and
106
-
107
- (d) If the Work includes a "NOTICE" text file as part of its
108
- distribution, then any Derivative Works that You distribute must
109
- include a readable copy of the attribution notices contained
110
- within such NOTICE file, excluding those notices that do not
111
- pertain to any part of the Derivative Works, in at least one
112
- of the following places: within a NOTICE text file distributed
113
- as part of the Derivative Works; within the Source form or
114
- documentation, if provided along with the Derivative Works; or,
115
- within a display generated by the Derivative Works, if and
116
- wherever such third-party notices normally appear. The contents
117
- of the NOTICE file are for informational purposes only and
118
- do not modify the License. You may add Your own attribution
119
- notices within Derivative Works that You distribute, alongside
120
- or as an addendum to the NOTICE text from the Work, provided
121
- that such additional attribution notices cannot be construed
122
- as modifying the License.
123
-
124
- You may add Your own copyright statement to Your modifications and
125
- may provide additional or different license terms and conditions
126
- for use, reproduction, or distribution of Your modifications, or
127
- for any such Derivative Works as a whole, provided Your use,
128
- reproduction, and distribution of the Work otherwise complies with
129
- the conditions stated in this License.
130
-
131
- 5. Submission of Contributions. Unless You explicitly state otherwise,
132
- any Contribution intentionally submitted for inclusion in the Work
133
- by You to the Licensor shall be under the terms and conditions of
134
- this License, without any additional terms or conditions.
135
- Notwithstanding the above, nothing herein shall supersede or modify
136
- the terms of any separate license agreement you may have executed
137
- with Licensor regarding such Contributions.
138
-
139
- 6. Trademarks. This License does not grant permission to use the trade
140
- names, trademarks, service marks, or product names of the Licensor,
141
- except as required for reasonable and customary use in describing the
142
- origin of the Work and reproducing the content of the NOTICE file.
143
-
144
- 7. Disclaimer of Warranty. Unless required by applicable law or
145
- agreed to in writing, Licensor provides the Work (and each
146
- Contributor provides its Contributions) on an "AS IS" BASIS,
147
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
- implied, including, without limitation, any warranties or conditions
149
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
- PARTICULAR PURPOSE. You are solely responsible for determining the
151
- appropriateness of using or redistributing the Work and assume any
152
- risks associated with Your exercise of permissions under this License.
153
-
154
- 8. Limitation of Liability. In no event and under no legal theory,
155
- whether in tort (including negligence), contract, or otherwise,
156
- unless required by applicable law (such as deliberate and grossly
157
- negligent acts) or agreed to in writing, shall any Contributor be
158
- liable to You for damages, including any direct, indirect, special,
159
- incidental, or consequential damages of any character arising as a
160
- result of this License or out of the use or inability to use the
161
- Work (including but not limited to damages for loss of goodwill,
162
- work stoppage, computer failure or malfunction, or any and all
163
- other commercial damages or losses), even if such Contributor
164
- has been advised of the possibility of such damages.
165
-
166
- 9. Accepting Warranty or Additional Liability. While redistributing
167
- the Work or Derivative Works thereof, You may choose to offer,
168
- and charge a fee for, acceptance of support, warranty, indemnity,
169
- or other liability obligations and/or rights consistent with this
170
- License. However, in accepting such obligations, You may act only
171
- on Your own behalf and on Your sole responsibility, not on behalf
172
- of any other Contributor, and only if You agree to indemnify,
173
- defend, and hold each Contributor harmless for any liability
174
- incurred by, or claims asserted against, such Contributor by reason
175
- of your accepting any such warranty or additional liability.
176
-
177
- END OF TERMS AND CONDITIONS
178
-
179
- APPENDIX: How to apply the Apache License to your work.
180
-
181
- To apply the Apache License to your work, attach the following
182
- boilerplate notice, with the fields enclosed by brackets "[]"
183
- replaced with your own identifying information. (Don't include
184
- the brackets!) The text should be enclosed in the appropriate
185
- comment syntax for the file format. We also recommend that a
186
- file or class name and description of purpose be included on the
187
- same "printed page" as the copyright notice for easier
188
- identification within third-party archives.
189
-
190
- Copyright 2026 Anthropic, PBC.
191
-
192
- Licensed under the Apache License, Version 2.0 (the "License");
193
- you may not use this file except in compliance with the License.
194
- You may obtain a copy of the License at
195
-
196
- http://www.apache.org/licenses/LICENSE-2.0
197
-
198
- Unless required by applicable law or agreed to in writing, software
199
- distributed under the License is distributed on an "AS IS" BASIS,
200
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
- See the License for the specific language governing permissions and
202
- limitations under the License.