targetprocess-mcp-server 2.1.8-a → 2.1.8

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/build/index.js +1 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -335,8 +335,7 @@ server.registerTool('get_release_open_user_stories', {
335
335
  server.registerTool('search_tp_cards', {
336
336
  title: 'Search TP cards by keyword or phrase in description',
337
337
  description: `Searches TP cards (UserStories or Bugs) by keyword or phrase or partial keyphrase in Card Description e.g. "Text Element", "Font field"
338
- NOTE: after results are returned, try analyze and filter results by most relevant to what user is looking for in the description text
339
- FALLBACK: if no results are found, try spliting phrase by spaces and searching for each word`,
338
+ NOTE: after results are returned, try analyze and filter results by most relevant to what user is looking for in the description text`,
340
339
  inputSchema: {
341
340
  keyword: z.string()
342
341
  .describe('Keyword or partial name or keyphrase to search for in description'),
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "engines": {
26
26
  "node": ">=20.x"
27
27
  },
28
- "version": "2.1.8a",
28
+ "version": "2.1.8",
29
29
  "description": "MCP server for Tartget Process",
30
30
  "main": "build/index.js",
31
31
  "keywords": [