mcp-ticketer 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl

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.

Potentially problematic release.


This version of mcp-ticketer might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  """Version information for mcp-ticketer package."""
2
2
 
3
- __version__ = "0.1.6"
3
+ __version__ = "0.1.7"
4
4
  __version_info__ = tuple(int(part) for part in __version__.split("."))
5
5
 
6
6
  # Package metadata
@@ -309,7 +309,7 @@ class MCPTicketServer:
309
309
  "protocolVersion": "2024-11-05",
310
310
  "serverInfo": {
311
311
  "name": "mcp-ticketer",
312
- "version": "0.1.6"
312
+ "version": "0.1.7"
313
313
  },
314
314
  "capabilities": {
315
315
  "tools": {
@@ -325,7 +325,7 @@ class MCPTicketServer:
325
325
  {
326
326
  "name": "ticket_create",
327
327
  "description": "Create a new ticket",
328
- "parameters": {
328
+ "inputSchema": {
329
329
  "type": "object",
330
330
  "properties": {
331
331
  "title": {"type": "string", "description": "Ticket title"},
@@ -340,7 +340,7 @@ class MCPTicketServer:
340
340
  {
341
341
  "name": "ticket_list",
342
342
  "description": "List tickets",
343
- "parameters": {
343
+ "inputSchema": {
344
344
  "type": "object",
345
345
  "properties": {
346
346
  "limit": {"type": "integer", "default": 10},
@@ -352,7 +352,7 @@ class MCPTicketServer:
352
352
  {
353
353
  "name": "ticket_update",
354
354
  "description": "Update a ticket",
355
- "parameters": {
355
+ "inputSchema": {
356
356
  "type": "object",
357
357
  "properties": {
358
358
  "ticket_id": {"type": "string", "description": "Ticket ID"},
@@ -364,7 +364,7 @@ class MCPTicketServer:
364
364
  {
365
365
  "name": "ticket_transition",
366
366
  "description": "Change ticket state",
367
- "parameters": {
367
+ "inputSchema": {
368
368
  "type": "object",
369
369
  "properties": {
370
370
  "ticket_id": {"type": "string"},
@@ -376,7 +376,7 @@ class MCPTicketServer:
376
376
  {
377
377
  "name": "ticket_search",
378
378
  "description": "Search tickets",
379
- "parameters": {
379
+ "inputSchema": {
380
380
  "type": "object",
381
381
  "properties": {
382
382
  "query": {"type": "string"},
@@ -389,7 +389,7 @@ class MCPTicketServer:
389
389
  {
390
390
  "name": "ticket_status",
391
391
  "description": "Check status of queued ticket operation",
392
- "parameters": {
392
+ "inputSchema": {
393
393
  "type": "object",
394
394
  "properties": {
395
395
  "queue_id": {"type": "string", "description": "Queue ID returned from create/update/delete operations"},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-ticketer
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Universal ticket management interface for AI agents with MCP support
5
5
  Author-email: MCP Ticketer Team <support@mcp-ticketer.io>
6
6
  Maintainer-email: MCP Ticketer Team <support@mcp-ticketer.io>
@@ -1,5 +1,5 @@
1
1
  mcp_ticketer/__init__.py,sha256=ayPQdFr6msypD06_G96a1H0bdFCT1m1wDtv8MZBpY4I,496
2
- mcp_ticketer/__version__.py,sha256=PcEP5mcdLQHmV2Fnln4H1r_7bShqiqfUXoEAc7QsgMI,1114
2
+ mcp_ticketer/__version__.py,sha256=PJyFV1tvxo9prNyjBOrWYzNClWLAAj4VdOMTuPyDUj4,1114
3
3
  mcp_ticketer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  mcp_ticketer/adapters/__init__.py,sha256=_QRLaX38EUsL-kMvJITY0lYHvrq_ip9Qw4Q1YLavJSo,283
5
5
  mcp_ticketer/adapters/aitrackdown.py,sha256=ICNimTtF6rPajuVoVEpmdw2TfjYjnWvao8prUwukNn0,15210
@@ -20,16 +20,16 @@ mcp_ticketer/core/mappers.py,sha256=8I4jcqDqoQEdWlteDMpVeVF3Wo0fDCkmFPRr8oNv8gA,
20
20
  mcp_ticketer/core/models.py,sha256=K-bLuU_DNNVgjHnVFzAIbSa0kJwT2I3Hj24sCklwIYo,4374
21
21
  mcp_ticketer/core/registry.py,sha256=fwje0fnjp0YKPZ0SrVWk82SMNLs7CD0JlHQmx7SigNo,3537
22
22
  mcp_ticketer/mcp/__init__.py,sha256=Bvzof9vBu6VwcXcIZK8RgKv6ycRV9tDlO-9TUmd8zqQ,122
23
- mcp_ticketer/mcp/server.py,sha256=pQBmmvyT6-tdw05nyat45591uDK9A0Ka-b6_BrpjgxU,16915
23
+ mcp_ticketer/mcp/server.py,sha256=AXpND6Hz399tARaowntxjhwheun16oEjP_lshroVE1U,16921
24
24
  mcp_ticketer/queue/__init__.py,sha256=xHBoUwor8ZdO8bIHc7nP25EsAp5Si5Co4g_8ybb7fes,230
25
25
  mcp_ticketer/queue/__main__.py,sha256=kQd6iOCKbbFqpRdbIRavuI4_G7-oE898JE4a0yLEYPE,108
26
26
  mcp_ticketer/queue/manager.py,sha256=79AH9oUxdBXH3lmJ3kIlFf2GQkWHL6XB6u5JqVWPq60,7571
27
27
  mcp_ticketer/queue/queue.py,sha256=UgbIChWPiyI7BJNQ9DYA92D2jVMMtmVWBzotI5ML51A,11394
28
28
  mcp_ticketer/queue/run_worker.py,sha256=HFoykfDpOoz8OUxWbQ2Fka_UlGrYwjPVZ-DEimGFH9o,802
29
29
  mcp_ticketer/queue/worker.py,sha256=cVjHR_kfnGKAkiUg0HuXCnbKeKNBBEuj0XZHgIuIn4k,14017
30
- mcp_ticketer-0.1.6.dist-info/licenses/LICENSE,sha256=KOVrunjtILSzY-2N8Lqa3-Q8dMaZIG4LrlLTr9UqL08,1073
31
- mcp_ticketer-0.1.6.dist-info/METADATA,sha256=W0yo-ingwOCSQlF_Z5xrpoOvOY9M02YgmHTHB50YKHo,11177
32
- mcp_ticketer-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
- mcp_ticketer-0.1.6.dist-info/entry_points.txt,sha256=o1IxVhnHnBNG7FZzbFq-Whcs1Djbofs0qMjiUYBLx2s,60
34
- mcp_ticketer-0.1.6.dist-info/top_level.txt,sha256=WnAG4SOT1Vm9tIwl70AbGG_nA217YyV3aWFhxLH2rxw,13
35
- mcp_ticketer-0.1.6.dist-info/RECORD,,
30
+ mcp_ticketer-0.1.7.dist-info/licenses/LICENSE,sha256=KOVrunjtILSzY-2N8Lqa3-Q8dMaZIG4LrlLTr9UqL08,1073
31
+ mcp_ticketer-0.1.7.dist-info/METADATA,sha256=22Z6sKaCl8UtqEmm1SGtMCFh4qY2mnepaYVDpjJGc5Y,11177
32
+ mcp_ticketer-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
33
+ mcp_ticketer-0.1.7.dist-info/entry_points.txt,sha256=o1IxVhnHnBNG7FZzbFq-Whcs1Djbofs0qMjiUYBLx2s,60
34
+ mcp_ticketer-0.1.7.dist-info/top_level.txt,sha256=WnAG4SOT1Vm9tIwl70AbGG_nA217YyV3aWFhxLH2rxw,13
35
+ mcp_ticketer-0.1.7.dist-info/RECORD,,