@rui.branco/jira-mcp 1.6.6 → 1.6.7

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -921,7 +921,7 @@ async function getTicket(issueKey, downloadImages = true, fetchFigma = true) {
921
921
 
922
922
  async function searchTickets(jql, maxResults = 10) {
923
923
  const data = await fetchJira(
924
- `/search?jql=${encodeURIComponent(jql)}&maxResults=${maxResults}`,
924
+ `/search/jql?jql=${encodeURIComponent(jql)}&maxResults=${maxResults}`,
925
925
  );
926
926
 
927
927
  let output = `# Search Results (${data.total} total, showing ${data.issues.length})\n\n`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rui.branco/jira-mcp",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Jira MCP server for Claude Code - fetch tickets, search with JQL, update tickets, manage comments, change status, and get Figma designs",
5
5
  "main": "index.js",
6
6
  "bin": {