mcp-prqx-pricer 1.0.3 → 1.0.4
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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetProductionInventoryTool = void 0;
|
4
4
|
const types_js_1 = require("@modelcontextprotocol/sdk/types.js");
|
5
5
|
class GetProductionInventoryTool {
|
6
|
-
name = '
|
6
|
+
name = 'GetProductionInventory';
|
7
7
|
description = 'Get all the organization inventory (ticket groups) for a single production';
|
8
8
|
inputSchema = {
|
9
9
|
type: 'object',
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetProductionsTool = void 0;
|
4
4
|
const types_js_1 = require("@modelcontextprotocol/sdk/types.js");
|
5
5
|
class GetProductionsTool {
|
6
|
-
name = '
|
6
|
+
name = 'GetProductions';
|
7
7
|
description = 'Get productions by production name, venue, performer, city. Within a range of dates (StartDate, EndDate). Only retrieves a maximum of 10 items';
|
8
8
|
inputSchema = {
|
9
9
|
type: 'object',
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@ import { McpTool } from "../types/tool";
|
|
4
4
|
import { GetProductionInventoryResponse } from "../types/productionInventory";
|
5
5
|
|
6
6
|
export class GetProductionInventoryTool implements McpTool {
|
7
|
-
name = '
|
7
|
+
name = 'GetProductionInventory';
|
8
8
|
description = 'Get all the organization inventory (ticket groups) for a single production';
|
9
9
|
inputSchema = {
|
10
10
|
type: 'object',
|
@@ -4,7 +4,7 @@ import { PagedProductionResponseDto } from "../types/production";
|
|
4
4
|
import axios from "axios";
|
5
5
|
|
6
6
|
export class GetProductionsTool implements McpTool {
|
7
|
-
name = '
|
7
|
+
name = 'GetProductions';
|
8
8
|
description = 'Get productions by production name, venue, performer, city. Within a range of dates (StartDate, EndDate). Only retrieves a maximum of 10 items';
|
9
9
|
inputSchema = {
|
10
10
|
type: 'object',
|